code cleanup: remove uses of -moz-bool-pref
This commit is contained in:
@@ -3,8 +3,7 @@ See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Makes toolbars appear as overlay instead of pushing down the website in fullscreen mode */
|
||||
|
||||
@media (-moz-bool-pref: "browser.fullscreen.autohide"),
|
||||
-moz-pref("browser.fullscreen.autohide"){
|
||||
@media -moz-pref("browser.fullscreen.autohide"){
|
||||
:root{
|
||||
--uc-fullscreen-overlay-duration: 82ms;
|
||||
--uc-fullscreen-overlay-delay: 600ms;
|
||||
|
||||
Reference in New Issue
Block a user