Frontend: Show notifications at the bottom on mobile

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-12 16:28:04 +02:00
parent 3ad73a752c
commit 265dafa08e
3 changed files with 11 additions and 3 deletions

View file

@ -5,8 +5,8 @@
:color="color"
:timeout="0"
:class="textColor"
top
right
:top="$vuetify.breakpoint.smAndUp"
:right="$vuetify.breakpoint.smAndUp"
>
{{ text }}
<v-btn

View file

@ -215,10 +215,18 @@ table.v-table tfoot td div.v-input__slot {
opacity: 0.8 !important;
}
#photoprism .opacity-85 {
opacity: 0.85 !important;
}
#photoprism .opacity-90 {
opacity: 0.9 !important;
}
#photoprism .opacity-95 {
opacity: 0.95 !important;
}
#photoprism .opacity-100 {
opacity: 1 !important;
}

View file

@ -145,7 +145,7 @@
"secondary": "#A8A8A8",
"secondary-light": "#cdccca",
"accent": "#656565",
"error": "#FF76DC",
"error": "#E57373",
"info": "#5A94DD",
"success": "#4DB6AC",
"warning": "#E3D181",