code cleanup: remove uses of -moz-bool-pref
This commit is contained in:
@@ -14,8 +14,7 @@ See the above repository for updates as well as full license text. */
|
||||
margin-inline: auto !important;
|
||||
}
|
||||
/* Set this pref to true in about:config to make statuspanel show at top instead */
|
||||
@media (-moz-bool-pref: "userchrome.centered-statuspanel.on-top.enabled"),
|
||||
-moz-pref("userchrome.centered-statuspanel.on-top.enabled"){
|
||||
@media -moz-pref("userchrome.centered-statuspanel.on-top.enabled"){
|
||||
#statuspanel:not([hidden]){
|
||||
inset-block: 0 auto !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user