From f7ead8b333bdd08bbb15b9420f8a0e163b5c4efa Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 31 Jan 2024 07:03:50 -0300 Subject: [PATCH] Drop height (iOS fix) --- src/css/pages/SurahIndex.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/pages/SurahIndex.scss b/src/css/pages/SurahIndex.scss index 367e704..2287090 100644 --- a/src/css/pages/SurahIndex.scss +++ b/src/css/pages/SurahIndex.scss @@ -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%;