Adjust responsiveness on SurahStream.tsx
This commit is contained in:
parent
921453ea5a
commit
acc049fb3d
1 changed files with 4 additions and 1 deletions
|
@ -5,10 +5,13 @@
|
|||
|
||||
body .root .content.theme {
|
||||
height: 80%;
|
||||
@media (max-device-height: 1024px) { height: 75%; }
|
||||
@media (max-device-height: 968px) { height: 75%; }
|
||||
@media (max-height: 800px) { height: 70%; }
|
||||
@media (max-height: 700px) { height: 65%; }
|
||||
@media (max-height: 600px) { height: 60%; }
|
||||
@media (max-height: 500px) { height: 55%; }
|
||||
@media (max-height: 400px) { height: 45%; }
|
||||
@media (max-height: 330px) { height: 35%; }
|
||||
|
||||
ul.body.stream {
|
||||
scrollbar-gutter: stable;
|
||||
|
|
Loading…
Reference in a new issue