mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-25 18:10:44 +00:00
Fixed weird height changes and top paddings when being changing from collapsed to expanded
This commit is contained in:
@@ -166,10 +166,8 @@
|
||||
#navigator-toolbox[zen-user-hover='true']:has(*[open='true']:not(tab):not(#zen-sidepanel-button)),
|
||||
#navigator-toolbox[zen-expanded='true']:not([zen-user-hover='true'])) {
|
||||
--zen-toolbox-min-width: fit-content;
|
||||
|
||||
& {
|
||||
padding: var(--zen-toolbox-padding);
|
||||
}
|
||||
padding: var(--zen-toolbox-padding);
|
||||
padding-top: 0;
|
||||
|
||||
& #titlebar {
|
||||
min-width: 150px;
|
||||
|
||||
Reference in New Issue
Block a user