FIX: Users column too wide on tablet

This commit is contained in:
Kris 2018-01-23 09:45:46 -05:00
parent d2025e33cf
commit c3103cb23e
1 changed files with 8 additions and 2 deletions

View File

@ -354,15 +354,21 @@
.posts {
width: 50px;
}
.posters {
width: 30px;
text-align: center;
}
// show only the first poster
td.posters {
width: 50px;
a:not(.latest) {
display: none;
}
a.latest {
padding: 0 8px;
width: 100%;
img {
margin: 0 auto;
}
}
}
}
}