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
This commit is contained in:
dkanada 2019-11-30 00:06:18 +09:00 committed by GitHub
commit 78fd41ef05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 11 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) {