UX: hide topic list views column on <= 850px w

This commit is contained in:
Jeff Atwood 2015-10-23 16:35:22 -07:00
parent 6ad42d4cd2
commit 56c9b4b6e2

View file

@ -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;
}