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
4 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ html {
}
.backgroundContainer.withBackdrop {
opacity: .93
opacity: .86
}
@media (orientation:portrait) {
+1 -1
View File
@@ -48,7 +48,7 @@ html {
}
.backgroundContainer.withBackdrop {
background-color: rgba(255, 255, 255, .94)
background-color: rgba(255, 255, 255, .80)
}
.dialog {
+1 -1
View File
@@ -49,7 +49,7 @@ html {
}
.backgroundContainer.withBackdrop {
opacity: .93
opacity: .86
}
@media (orientation:portrait) {