Optimize height
This commit is contained in:
parent
0f0d03fbd4
commit
eaa0113ad9
2 changed files with 14 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue