remove old @supports -moz-bool-pref uses

This commit is contained in:
MrOtherGuy
2024-05-16 05:11:36 +03:00
parent c3ef474fd1
commit cb601a0a29
9 changed files with 1 additions and 101 deletions

View File

@@ -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; }
}