Optimize height

This commit is contained in:
0x1eef 2023-11-26 23:45:12 -03:00
parent 0f0d03fbd4
commit eaa0113ad9
2 changed files with 14 additions and 0 deletions

View file

@ -4,6 +4,14 @@
@import "components/Scrollbar";
body .root .content.theme {
height: 75%;
@media (max-device-height: 667px) {
height: 70%;
}
@media (min-device-height: 1024px) {
height: 80%;
}
header {
.react-select.language {
ul li {

View file

@ -5,6 +5,12 @@
body .root .content.theme {
height: 75%;
@media (max-device-height: 667px) {
height: 70%;
}
@media (min-device-height: 1024px) {
height: 80%;
}
ul.body.stream {
scrollbar-gutter: stable;