diff --git a/core/style.css b/core/style.css index 7b23fad..3155522 100644 --- a/core/style.css +++ b/core/style.css @@ -213,8 +213,7 @@ body { color: var(--main-text, #000000); margin: 8px; position: absolute; - right: 0px; - bottom: 0px; + left: 0px; right: 0px; } @media only screen and (orientation: landscape) { @@ -224,13 +223,6 @@ body { } } -@media only screen and (orientation: portrait) { - body { - top: 64px; - left: 0px; - } -} - /* == NAVIGATION BARS */ nav { @@ -243,10 +235,6 @@ nav { font-size: 14px; } -body > div.navgap { - height: 34px; -} - nav .logo { width: 48px; padding: 0px; @@ -281,6 +269,7 @@ nav.top div.navcenter { nav.top .navbutton-bar { padding-left: 4px; overflow-x: scroll; + overflow-y: hidden; } nav.top div.slideout { @@ -560,6 +549,10 @@ nav.top .navbutton-bar .button.selected { height: 100%; } + body > div.navgap { + height: 34px; + } + nav hr { width: 100%; border: 1px solid black; @@ -611,6 +604,10 @@ nav.top .navbutton-bar .button.selected { white-space: nowrap; } + body > div.navgap { + height: 100px; + } + nav.top { overflow-x: unset; overflow-y: unset;