Render two columns for RTL languages
This commit is contained in:
parent
18a454075d
commit
bd4502cb63
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue