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";
body .root .content.theme {
height: 75%;
@media (max-device-height: 667px) {
height: 70%;
}
@media (min-device-height: 1024px) {
height: 80%;
}
@media (max-device-height: 1024px) { height: 75%; }
@media (max-height: 800px) { height: 70%; }
@media (max-height: 700px) { height: 65%; }
@media (max-height: 600px) { height: 60%; }
ul.body.stream {
scrollbar-gutter: stable;