Fix selection counter on smaller screens

This commit is contained in:
Tom Byers
2019-02-15 16:28:09 +00:00
parent 14553dcfd0
commit 9b180472d2

View File

@@ -131,10 +131,15 @@
}
&-selected-counter {
position: absolute;
right: 0;
top: $gutter - 1px;
color: $secondary-text-colour;
margin: $gutter-half 0;
@include media(tablet) {
position: absolute;
right: 0;
top: $gutter - 1px;
margin: 0;
}
.content-fixed & {
right: $gutter-half;