mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Compatibility - -moz-box-pack at FF v112 #670
This commit is contained in:
parent
4f41b0b739
commit
4b4e32c6bd
3 changed files with 4 additions and 2 deletions
2
css/leptonChrome.css
generated
2
css/leptonChrome.css
generated
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
#nav-bar-customization-target {
|
||||
-moz-box-pack: justify;
|
||||
@include BoxPack("justify");
|
||||
}
|
||||
#nav-bar {
|
||||
// --toolbarbutton-outer-padding: 0px !important;
|
||||
|
|
|
|||
|
|
@ -279,7 +279,7 @@
|
|||
|
||||
#label-box {
|
||||
@include BoxAlign("center", true);
|
||||
-moz-box-pack: center !important;
|
||||
@include BoxPack("center", true);
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue