Responsive improvements (on SurahStream)
This commit is contained in:
parent
4cb6debfb9
commit
921453ea5a
1 changed files with 5 additions and 7 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue