Drop height (iOS fix)
This commit is contained in:
parent
076870324d
commit
f7ead8b333
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
body .root .content.theme {
|
body .root .content.theme {
|
||||||
height: 75%;
|
height: 75%;
|
||||||
@media (max-device-height: 667px) {
|
@media (max-device-height: 667px) {
|
||||||
height: 70%;
|
height: 65%;
|
||||||
}
|
}
|
||||||
@media (min-device-height: 1024px) {
|
@media (min-device-height: 1024px) {
|
||||||
height: 80%;
|
height: 80%;
|
||||||
|
|
Loading…
Reference in a new issue