Responsive improvements (on SurahStream)

This commit is contained in:
0x1eef 2023-12-04 08:48:23 -03:00
parent 4cb6debfb9
commit 921453ea5a

View file

@ -4,13 +4,11 @@
@import "components/Scrollbar"; @import "components/Scrollbar";
body .root .content.theme { body .root .content.theme {
height: 75%; height: 80%;
@media (max-device-height: 667px) { @media (max-device-height: 1024px) { height: 75%; }
height: 70%; @media (max-height: 800px) { height: 70%; }
} @media (max-height: 700px) { height: 65%; }
@media (min-device-height: 1024px) { @media (max-height: 600px) { height: 60%; }
height: 80%;
}
ul.body.stream { ul.body.stream {
scrollbar-gutter: stable; scrollbar-gutter: stable;