remove old @supports -moz-bool-pref uses
This commit is contained in:
@@ -29,9 +29,6 @@ linux_gtk_window_control_patch.css
|
||||
(-moz-platform: macos){
|
||||
.titlebar-buttonbox-container{ left:0; right: unset !important; }
|
||||
}
|
||||
@supports -moz-bool-pref("userchrome.force-window-controls-on-left.enabled"){
|
||||
.titlebar-buttonbox-container{ left:0; right: unset !important; }
|
||||
}
|
||||
|
||||
|
||||
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
||||
@@ -83,10 +80,3 @@ linux_gtk_window_control_patch.css
|
||||
}
|
||||
:root[inFullscreen] #navigator-toolbox:not(:hover) .titlebar-buttonbox-container{ display: none !important; }
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.fullscreen.autohide"){
|
||||
#main-window[inFullscreen]:not([inDOMFullscreen]) > body::after{
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
:root[inFullscreen] #navigator-toolbox:not(:hover) .titlebar-buttonbox-container{ display: none !important; }
|
||||
}
|
||||
Reference in New Issue
Block a user