mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Navbar - As Sidebar's urlbar toolbar height calculated to small
This commit is contained in:
parent
044ea20733
commit
45901c6a73
2 changed files with 2 additions and 3 deletions
|
|
@ -8182,7 +8182,7 @@
|
|||
:root:has(#sidebar-box[hidden="true"]) #nav-bar {
|
||||
margin-inline-start: var(--uc-sidebar-activate-width-reverse) !important;
|
||||
opacity: 0;
|
||||
visibility: collapse;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
:root:has(#sidebar-box[positionend="true"]) #nav-bar {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
:root:has(#sidebar-box[hidden="true"]) #nav-bar {
|
||||
margin-inline-start: var(--uc-sidebar-activate-width-reverse) !important;
|
||||
opacity: 0;
|
||||
visibility: collapse;
|
||||
visibility: hidden; // If use `collapse`, inline `--urlbar-toolbar-height` variable is calculated strangely small.
|
||||
}
|
||||
:root:has(#sidebar-box[positionend="true"]) #nav-bar {
|
||||
right: 0;
|
||||
|
|
@ -122,4 +122,3 @@
|
|||
flex-shrink: 0.5 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue