Render two columns for RTL languages
Some checks are pending
The Quran / ci (push) Waiting to run

This commit is contained in:
0x1eef 2024-09-24 21:24:20 -03:00
parent 18a454075d
commit bd4502cb63
2 changed files with 7 additions and 0 deletions

View file

@ -2,6 +2,10 @@
** vNEXT
**** Render two columns for RTL languages
On mobile devices we will render two columns in ~SurahIndex.tsx~ for
RTL languages
**** Optimize inline of ~postman.css~
The inlined CSS is minified before being inserted into HTML documents

View file

@ -75,6 +75,9 @@ body .root .content.theme {
body .root .content.theme.rtl {
ul.body.index {
li.surah {
@media (max-width: $breakpoint-sm) {
width: 50%;
}
span.transliterated { display: none; }
}
}