From a5ae22e16b7ade8fc13857ccb898888ff0b179c1 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 12 Nov 2023 19:33:56 -0300 Subject: [PATCH] Fix /ar/ alignment align-items: center; appears to not have the desired effect, but leaving it unset does. The en locale remains with align-items: center; --- src/css/pages/SurahIndex.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/pages/SurahIndex.scss b/src/css/pages/SurahIndex.scss index 6fa2d4b..73a5053 100644 --- a/src/css/pages/SurahIndex.scss +++ b/src/css/pages/SurahIndex.scss @@ -92,6 +92,7 @@ body .root .content.theme.ar { li.surah { min-height: 55px; a { + align-items: unset; div:first-child { .id { font-size: x-large;