Fix: One Liner - Vertical Align

This commit is contained in:
alstjr7375 2022-07-29 09:13:39 +09:00
parent 4e2f6fdce2
commit 188abc48d0
2 changed files with 7 additions and 0 deletions

View file

@ -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;
}

View file

@ -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;