mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
UX: hide topic list views column on <= 850px w
This commit is contained in:
parent
6ad42d4cd2
commit
56c9b4b6e2
1 changed files with 6 additions and 8 deletions
|
@ -337,18 +337,10 @@ and (max-width : 850px) {
|
|||
padding: 12px 2px;
|
||||
font-size: 0.929em;
|
||||
}
|
||||
.star {
|
||||
padding: 12px 5px;
|
||||
width: auto;
|
||||
}
|
||||
.main-link {
|
||||
font-size: 1.071em;
|
||||
padding: 12px 8px 12px 0px;
|
||||
}
|
||||
|
||||
.likes {
|
||||
width: auto;
|
||||
}
|
||||
.category {
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
|
@ -356,6 +348,12 @@ and (max-width : 850px) {
|
|||
.topic-excerpt {
|
||||
padding-right: 20px;
|
||||
}
|
||||
th.views {
|
||||
display: none;
|
||||
}
|
||||
td.views {
|
||||
display: none;
|
||||
}
|
||||
th.posters {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue