mobile: revert from two columns to one
This commit is contained in:
parent
69f8b0511a
commit
a6973b439d
2 changed files with 1 additions and 5 deletions
|
@ -12,10 +12,6 @@ RTL and LTR languages use a different set of fonts, and before this
|
||||||
change we would download all fonts regardless of whether the font
|
change we would download all fonts regardless of whether the font
|
||||||
would be used or not
|
would be used or not
|
||||||
|
|
||||||
** 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~
|
** Optimize inline of ~postman.css~
|
||||||
The inlined CSS is minified before being inserted into HTML documents
|
The inlined CSS is minified before being inserted into HTML documents
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ body .root .content.theme.rtl {
|
||||||
ul.body.index {
|
ul.body.index {
|
||||||
li.surah {
|
li.surah {
|
||||||
@media (max-width: $breakpoint-sm) {
|
@media (max-width: $breakpoint-sm) {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
span.transliterated { display: none; }
|
span.transliterated { display: none; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue