From 47738b29377d22438fcb1bd7afd48648a67bea34 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 20 Nov 2023 19:16:41 -0300 Subject: [PATCH] Bump surah ID width to 45px On the Surah Index page, in the "en" locale, there was not enough space between a surah's ID and its name. This change fixes that. --- 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 73a5053..47ce0a5 100644 --- a/src/css/pages/SurahIndex.scss +++ b/src/css/pages/SurahIndex.scss @@ -37,7 +37,7 @@ body .root .content.theme { span.id { flex-direction: row; justify-content: center; - width: 32px; + width: 45px; height: 32px; text-align: center; font-weight: bolder;