mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Fix: One Liner - Vertical Align
This commit is contained in:
parent
4e2f6fdce2
commit
188abc48d0
2 changed files with 7 additions and 0 deletions
|
|
@ -4001,6 +4001,10 @@
|
|||
height: var(--uc-tabbar-height) !important;
|
||||
}
|
||||
|
||||
#nav-bar > * {
|
||||
transform: translateY(calc((var(--uc-tabbar-height) + var(--uc-navbar-hide-height)) / 2));
|
||||
}
|
||||
|
||||
#urlbar-container {
|
||||
min-width: 0px !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
margin-top: var(--uc-tabbar-hide-height) !important;
|
||||
height: var(--uc-tabbar-height) !important;
|
||||
}
|
||||
#nav-bar > * {
|
||||
transform: translateY(calc((var(--uc-tabbar-height) + var(--uc-navbar-hide-height)) / 2));
|
||||
}
|
||||
|
||||
#urlbar-container {
|
||||
min-width: 0px !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue