Make extra maximized padding windows only
This commit is contained in:
parent
da2ddb2775
commit
d7522263d6
2 changed files with 6 additions and 4 deletions
|
@ -36,8 +36,9 @@
|
|||
background-color: transparent !important;
|
||||
}
|
||||
/* Extra top padding in maximized window */
|
||||
:root[sizemode="maximized"] #navigator-toolbox{ padding-top:7px !important; }
|
||||
|
||||
@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;
|
||||
|
|
|
@ -41,8 +41,9 @@ Window controls will be all wrong without it
|
|||
background-color: transparent !important;
|
||||
}
|
||||
/* Extra top padding in maximized window */
|
||||
:root[sizemode="maximized"] #navigator-toolbox{ padding-top:7px !important; }
|
||||
|
||||
@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;
|
||||
|
|
Loading…
Reference in a new issue