Fix tweaks not applying on Firefox 120 #109

This commit is contained in:
bmFtZQ 2023-11-22 13:56:54 +08:00
parent 296e90f198
commit fafce3d91b
8 changed files with 28 additions and 27 deletions

View file

@ -27,7 +27,7 @@
padding: var(--toolbarbutton-inner-padding) var(--uc-toolbarbutton-inner-inline-padding) !important;
}
@supports (-moz-bool-pref("uc.tweak.rounded-corners")) {
@media (-moz-bool-pref: "uc.tweak.rounded-corners") {
#navigator-toolbox {
border-bottom: none !important;
}