Remove Windows specific extra titlbar paddings from codebase
Firefox 101 doesn't need those anymore :)
This commit is contained in:
@@ -60,14 +60,7 @@ Window controls will be all wrong without it
|
||||
transform: scale(0.6);
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/* Extra top padding in maximized window */
|
||||
@media (-moz-platform: windows),
|
||||
(-moz-os-version: windows-win7),
|
||||
(-moz-os-version: windows-win10){
|
||||
:root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{
|
||||
padding-top:7px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Window controls in nav-bar */
|
||||
:root:not([customizing]) #toolbar-menubar[inactive]{
|
||||
height: initial !important;
|
||||
|
||||
Reference in New Issue
Block a user