Don't set menubar height to prevent windows controls being unclickable
This commit is contained in:
parent
dd4b8a627a
commit
064ba62baf
1 changed files with 2 additions and 4 deletions
|
@ -39,10 +39,8 @@
|
||||||
:root[sizemode="maximized"] > #navigator-toolbox{ padding-top:7px !important; }
|
:root[sizemode="maximized"] > #navigator-toolbox{ padding-top:7px !important; }
|
||||||
|
|
||||||
/* Fix window controls not being clickable */
|
/* Fix window controls not being clickable */
|
||||||
#toolbar-menubar:hover{
|
:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{
|
||||||
min-height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important;
|
transition: height 0ms steps(1) 80ms;
|
||||||
height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important;
|
|
||||||
-moz-appearance: initial !important;
|
|
||||||
}
|
}
|
||||||
#nav-bar::before,
|
#nav-bar::before,
|
||||||
#nav-bar::after{
|
#nav-bar::after{
|
||||||
|
|
Loading…
Reference in a new issue