missing 1px in .posters column when there are 5 posters and OP is most recent poster

This commit is contained in:
Régis Hanol 2017-11-17 12:42:19 +01:00
parent c8a6e5cbb3
commit ddd4ddc020

View File

@ -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 {
@ -117,7 +117,7 @@
.sortable { .sortable {
cursor: pointer; cursor: pointer;
&:hover { &:hover {
background-color: $primary-low; background-color: $primary-low;
} }
@include unselectable; @include unselectable;
} }