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

@@ -22,11 +22,3 @@ See the above repository for updates as well as full license text. */
border-width: 0 1px 1px 1px !important;
}
}
@supports -moz-bool-pref("userchrome.centered-statuspanel.on-top.enabled"){
#statuspanel:not([hidden]){
inset-block: 0 auto !important;
}
#statuspanel-label{
border-width: 0 1px 1px 1px !important;
}
}