mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:00:32 -06:00
FIX: Users column too wide on tablet
This commit is contained in:
parent
d2025e33cf
commit
c3103cb23e
@ -354,14 +354,20 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user