1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #594 from grafixeyehero/backdrop

Fix some issues with the backdrop image

(cherry picked from commit 78fd41ef05)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
This commit is contained in:
dkanada 2019-11-30 00:06:18 +09:00 committed by Joshua Boniface
parent 15b987e0de
commit 7a3eb3ffad
4 changed files with 28 additions and 5 deletions

View file

@ -49,7 +49,7 @@ html {
}
.backgroundContainer.withBackdrop {
opacity: .93
opacity: .86
}
@media (orientation:portrait) {

View file

@ -48,7 +48,7 @@ html {
}
.backgroundContainer.withBackdrop {
background-color: rgba(255, 255, 255, .94)
background-color: rgba(255, 255, 255, .80)
}
.dialog {

View file

@ -49,7 +49,7 @@ html {
}
.backgroundContainer.withBackdrop {
opacity: .93
opacity: .86
}
@media (orientation:portrait) {