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

2
css/leptonChrome.css generated
View file

@ -2004,6 +2004,7 @@
#label-box {
align-items: center !important;
-moz-box-align: center !important;
justify-content: center !important;
-moz-box-pack: center !important;
font-weight: 600 !important;
}
@ -7637,6 +7638,7 @@
position: absolute !important;
}
#nav-bar-customization-target {
justify-content: space-between;
-moz-box-pack: justify;
}
#nav-bar {

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;
}