Set height on ul.stream
This commit is contained in:
parent
864253c4b7
commit
7a943802ca
3 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue