Replace uses of -moz-bool-pref with -moz-pref
This new media query feature replaces the old -moz-bool-pref in Firefox
137. -moz-pref can be used to also query values of string and number
prefs
This commit is contained in:
@@ -14,7 +14,8 @@ 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"){
|
||||
@media (-moz-bool-pref: "userchrome.centered-statuspanel.on-top.enabled"),
|
||||
-moz-pref("userchrome.centered-statuspanel.on-top.enabled"){
|
||||
#statuspanel:not([hidden]){
|
||||
inset-block: 0 auto !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user