mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-22 12:33:12 -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
|
|
@ -160,3 +160,8 @@ vbox[part="drop-indicator-bar"] > image[part="drop-indicator"] {
|
|||
#main-menubar {
|
||||
--panel-border-radius: var(--arrowpanel-border-radius);
|
||||
}
|
||||
|
||||
/*= Infobar Align #858 =======================================================*/
|
||||
.container.infobar {
|
||||
align-items: center !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue