Drop height (iOS fix)

This commit is contained in:
0x1eef 2024-01-31 07:03:50 -03:00
parent 076870324d
commit f7ead8b333

View file

@ -6,7 +6,7 @@
body .root .content.theme {
height: 75%;
@media (max-device-height: 667px) {
height: 70%;
height: 65%;
}
@media (min-device-height: 1024px) {
height: 80%;