correct nav button color. fix navgaps.

This commit is contained in:
Wirlaburla 2024-05-05 15:26:06 -05:00
parent 14e0bbe1bb
commit 2bb5ac2eaa

View File

@ -570,7 +570,11 @@ nav.top .navbutton-bar .button.selected {
height: 100%;
}
body > div.navgap {
body > div.navgap:not(.acc) {
height: 0px;
}
body > div.navgap.acc {
height: 34px;
}
@ -603,7 +607,7 @@ nav.top .navbutton-bar .button.selected {
nav .popbutton.selected:not(:hover) {
background-image: var(--background-image);
background-color: var(--default-button-background);
background-color: var(--main-background);
border-right: none;
width: 56px;
font-size: 0px;
@ -625,8 +629,12 @@ nav.top .navbutton-bar .button.selected {
white-space: nowrap;
}
body > div.navgap {
height: 100px;
body > div.navgap:not(.acc) {
height: 66px;
}
body > div.navgap.acc {
height: 34px;
}
nav.top {