diff --git a/core/style.css b/core/style.css index ad6f689..2db6753 100644 --- a/core/style.css +++ b/core/style.css @@ -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 {