Make extra maximized padding windows only
This commit is contained in:
@@ -36,8 +36,9 @@
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
/* Extra top padding in maximized window */
|
/* 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 */
|
/* Fix window controls not being clickable */
|
||||||
:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{
|
:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{
|
||||||
transition: height 0ms steps(1) 80ms;
|
transition: height 0ms steps(1) 80ms;
|
||||||
|
|||||||
@@ -41,8 +41,9 @@ Window controls will be all wrong without it
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
/* Extra top padding in maximized window */
|
/* 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 */
|
/* Window controls in nav-bar */
|
||||||
:root:not([customizing]) #toolbar-menubar[inactive]{
|
:root:not([customizing]) #toolbar-menubar[inactive]{
|
||||||
height: initial !important;
|
height: initial !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user