Fix: Compatibility - -moz-box-pack at FF v112 #670

This commit is contained in:
alstjr7375 2023-03-20 21:05:08 +09:00
parent 4f41b0b739
commit 4b4e32c6bd
3 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@
}
#nav-bar-customization-target {
-moz-box-pack: justify;
@include BoxPack("justify");
}
#nav-bar {
// --toolbarbutton-outer-padding: 0px !important;

View file

@ -279,7 +279,7 @@
#label-box {
@include BoxAlign("center", true);
-moz-box-pack: center !important;
@include BoxPack("center", true);
font-weight: 600 !important;
}