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 {