mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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 {
|
.posters {
|
||||||
// we know there are up to 5 avatars of fixed size
|
// 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
|
// will be overridden by media width queries on narrow displays to 1 avatar's width
|
||||||
width: 145px;
|
width: 146px;
|
||||||
min-width: 145px;
|
min-width: 146px;
|
||||||
}
|
}
|
||||||
.posters {
|
.posters {
|
||||||
> a {
|
> a {
|
||||||
|
Loading…
Reference in New Issue
Block a user