mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-26 06:21:41 -08:00
Fix: Infobar - Align to center #858
This commit is contained in:
parent
f2c8e5deab
commit
1611ed6473
3 changed files with 19 additions and 0 deletions
10
css/leptonChrome.css
generated
10
css/leptonChrome.css
generated
|
|
@ -161,6 +161,10 @@
|
|||
#main-menubar {
|
||||
--panel-border-radius: var(--arrowpanel-border-radius);
|
||||
}
|
||||
/*= Infobar Align #858 =======================================================*/
|
||||
.container.infobar {
|
||||
align-items: center !important;
|
||||
}
|
||||
}
|
||||
/*= OS - Compatibility =======================================================*/
|
||||
@supports -moz-bool-pref("userChrome.compatibility.os") {
|
||||
|
|
@ -13352,6 +13356,7 @@
|
|||
/*= Drop Indicator Color #473 ================================================*/
|
||||
/*= Firefox View Border #498 =================================================*/
|
||||
/*= Menubar rounding #814 ====================================================*/
|
||||
/*= Infobar Align #858 =======================================================*/
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.theme") and (-moz-bool-pref: "userChrome.tab.connect_to_window") {
|
||||
/* TARGET: original, photon */
|
||||
|
|
@ -13456,6 +13461,11 @@
|
|||
--panel-border-radius: var(--arrowpanel-border-radius);
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.theme") {
|
||||
.container.infobar {
|
||||
align-items: center !important;
|
||||
}
|
||||
}
|
||||
/*= OS - Compatibility =======================================================*/
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.os") {
|
||||
/*= Windows 10 - Top border of accent color at ESR #358 ======================*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue