Drop height (for iOS)

This commit is contained in:
0x1eef 2024-01-31 07:06:17 -03:00
parent f7ead8b333
commit 6651577e86

View file

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