Make extra maximized padding windows only

This commit is contained in:
MrOtherGuy 2020-05-06 16:26:32 +03:00
parent da2ddb2775
commit d7522263d6
2 changed files with 6 additions and 4 deletions

View file

@ -36,8 +36,9 @@
background-color: transparent !important;
}
/* Extra top padding in maximized window */
@media (-moz-os-version: windows-win10){
:root[sizemode="maximized"] #navigator-toolbox{ padding-top:7px !important; }
}
/* Fix window controls not being clickable */
:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{
transition: height 0ms steps(1) 80ms;

View file

@ -41,8 +41,9 @@ Window controls will be all wrong without it
background-color: transparent !important;
}
/* Extra top padding in maximized window */
@media (-moz-os-version: windows-win10){
:root[sizemode="maximized"] #navigator-toolbox{ padding-top:7px !important; }
}
/* Window controls in nav-bar */
:root:not([customizing]) #toolbar-menubar[inactive]{
height: initial !important;