mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +08:00
missing 1px in .posters column when there are 5 posters and OP is most recent poster
This commit is contained in:
parent
c8a6e5cbb3
commit
ddd4ddc020
|
@ -92,8 +92,8 @@
|
|||
.posters {
|
||||
// we know there are up to 5 avatars of fixed size
|
||||
// will be overridden by media width queries on narrow displays to 1 avatar's width
|
||||
width: 145px;
|
||||
min-width: 145px;
|
||||
width: 146px;
|
||||
min-width: 146px;
|
||||
}
|
||||
.posters {
|
||||
> a {
|
||||
|
|
Loading…
Reference in New Issue
Block a user