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;
|
||||
overflow: auto;
|
||||
height: 73%;
|
||||
padding: 0 0 30px 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
@ -82,7 +82,6 @@ body .root .content.theme.ar {
|
|||
font-size: larger;
|
||||
|
||||
ul.body.index {
|
||||
height: 70%;
|
||||
li.surah a {
|
||||
div:first-child .id {
|
||||
font-family: "Kanit Regular";
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
.root .content.theme {
|
||||
ul.body.stream {
|
||||
height: 70%;
|
||||
scrollbar-gutter: stable;
|
||||
|
||||
li.ayah {
|
||||
|
|
Loading…
Reference in a new issue