code cleanup: remove uses of -moz-bool-pref

This commit is contained in:
MrOtherGuy
2025-11-02 06:45:00 +02:00
parent c0eb3732a8
commit 8d3c6ab4fc
19 changed files with 32 additions and 61 deletions

View File

@@ -89,8 +89,7 @@ See the above repository for updates as well as full license text. */
:root[sessionrestored]:not([chromehidden~="toolbar"]) > body > #browser{
margin-top: var(--uc-navbar-transform);
}
@media -moz-pref("browser.fullscreen.autohide"),
(-moz-bool-pref: "browser.fullscreen.autohide"){
@media -moz-pref("browser.fullscreen.autohide"){
:root[sessionrestored][sizemode="fullscreen"] > body > #browser{
margin-top: revert;
}