Frontend: Fix nav counter on small screens

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-20 20:08:57 +02:00
parent 5b2a71bbc8
commit 4a8f04bb2c

View file

@ -5,12 +5,16 @@
#p-navigation .nav-count {
opacity: 0.5;
position: absolute;
left: 72px;
left: 80px;
width: 40px;
display: inline-block;
text-align: right;
}
.v-list__group__header .v-list__group__header__append-icon {
padding-left: 8px !important;
}
#photoprism .p-page a,
#photoprism .v-toolbar a,
#photoprism .text-link {