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,15 +354,21 @@
|
|||||||
.posts {
|
.posts {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
.posters {
|
||||||
|
width: 30px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
// show only the first poster
|
// show only the first poster
|
||||||
td.posters {
|
td.posters {
|
||||||
width: 50px;
|
|
||||||
a:not(.latest) {
|
a:not(.latest) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
a.latest {
|
a.latest {
|
||||||
padding: 0 8px;
|
width: 100%;
|
||||||
|
img {
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user