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:
commit
78fd41ef05
4 changed files with 19 additions and 11 deletions
|
@ -49,7 +49,7 @@ html {
|
|||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
opacity: .93
|
||||
opacity: .86
|
||||
}
|
||||
|
||||
@media (orientation:portrait) {
|
||||
|
|
|
@ -48,7 +48,7 @@ html {
|
|||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
background-color: rgba(255, 255, 255, .94)
|
||||
background-color: rgba(255, 255, 255, .80)
|
||||
}
|
||||
|
||||
.dialog {
|
||||
|
|
|
@ -49,7 +49,7 @@ html {
|
|||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
opacity: .93
|
||||
opacity: .86
|
||||
}
|
||||
|
||||
@media (orientation:portrait) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue