Adjust responsiveness on SurahStream.tsx
This commit is contained in:
parent
4c57ec4d80
commit
fc25721e53
1 changed files with 4 additions and 1 deletions
|
@ -5,10 +5,13 @@
|
||||||
|
|
||||||
body .root .content.theme {
|
body .root .content.theme {
|
||||||
height: 80%;
|
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: 800px) { height: 70%; }
|
||||||
@media (max-height: 700px) { height: 65%; }
|
@media (max-height: 700px) { height: 65%; }
|
||||||
@media (max-height: 600px) { height: 60%; }
|
@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 {
|
ul.body.stream {
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
|
|
Loading…
Reference in a new issue