ton o' shit
This commit is contained in:
parent
7c08ff6d76
commit
821f530e43
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user