mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -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;
|
padding: 12px 2px;
|
||||||
font-size: 0.929em;
|
font-size: 0.929em;
|
||||||
}
|
}
|
||||||
.star {
|
|
||||||
padding: 12px 5px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
.main-link {
|
.main-link {
|
||||||
font-size: 1.071em;
|
font-size: 1.071em;
|
||||||
padding: 12px 8px 12px 0px;
|
padding: 12px 8px 12px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.likes {
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
.category {
|
.category {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -356,6 +348,12 @@ and (max-width : 850px) {
|
||||||
.topic-excerpt {
|
.topic-excerpt {
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
th.views {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
td.views {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
th.posters {
|
th.posters {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue