diff --git a/src/pages/quran/[surahId].jsx b/src/pages/quran/[surahId].jsx index 0893f17..56e0f1e 100644 --- a/src/pages/quran/[surahId].jsx +++ b/src/pages/quran/[surahId].jsx @@ -122,10 +122,7 @@ const SurahPage = ({ surah, prevSurah, nextSurah }) => { {`<<< ${t('surah.title')} ${getSurahName(prevSurah, language)}`} )} - - - } unCheckedChildren={} defaultChecked onChange={() => setIsReadingMode(!isReadingMode)} /> - + {nextSurah && ( @@ -135,6 +132,9 @@ const SurahPage = ({ surah, prevSurah, nextSurah }) => { )} + +
} unCheckedChildren={} defaultChecked onChange={() => setIsReadingMode(!isReadingMode)} />
+ {prefaceText && (

{prefaceText}

)} diff --git a/src/styles/Surah.module.css b/src/styles/Surah.module.css index 0ca9e04..cbf18b1 100644 --- a/src/styles/Surah.module.css +++ b/src/styles/Surah.module.css @@ -191,7 +191,6 @@ .navButtonWrapper { display: inline-block; text-decoration: none; - min-width: 230px } .navButton {