Frontend: Fix nav counter on small screens
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
5b2a71bbc8
commit
4a8f04bb2c
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue