ton o' shit

This commit is contained in:
Wirlaburla 2024-03-13 21:11:28 -05:00
parent 7c08ff6d76
commit 821f530e43

View File

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