Set height on ul.stream

This commit is contained in:
0x1eef 2023-10-30 03:18:10 -03:00
parent 864253c4b7
commit 7a943802ca
3 changed files with 1 additions and 2 deletions

View file

@ -96,7 +96,6 @@ body .root .content.theme {
margin: 0; margin: 0;
overflow: auto; overflow: auto;
height: 73%; height: 73%;
padding: 0 0 30px 0;
} }
footer { footer {

View file

@ -82,7 +82,6 @@ body .root .content.theme.ar {
font-size: larger; font-size: larger;
ul.body.index { ul.body.index {
height: 70%;
li.surah a { li.surah a {
div:first-child .id { div:first-child .id {
font-family: "Kanit Regular"; font-family: "Kanit Regular";

View file

@ -5,6 +5,7 @@
.root .content.theme { .root .content.theme {
ul.body.stream { ul.body.stream {
height: 70%;
scrollbar-gutter: stable; scrollbar-gutter: stable;
li.ayah { li.ayah {