Frontend: Adjust counter position for small screens (scrollbar)

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-20 19:26:49 +02:00
parent 1aa288f505
commit b1e4aa4d6c

View file

@ -5,7 +5,7 @@
#p-navigation .nav-count {
opacity: 0.5;
position: absolute;
left: 80px;
left: 72px;
width: 40px;
display: inline-block;
text-align: right;