mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Fix expand on hover moving page.
This commit is contained in:
@@ -469,10 +469,9 @@
|
|||||||
#navigator-toolbox[has-popup-menu],
|
#navigator-toolbox[has-popup-menu],
|
||||||
#navigator-toolbox:has(.tabbrowser-tab:active),
|
#navigator-toolbox:has(.tabbrowser-tab:active),
|
||||||
#navigator-toolbox:has(*[open='true']:not(tab):not(#zen-sidepanel-button)) {
|
#navigator-toolbox:has(*[open='true']:not(tab):not(#zen-sidepanel-button)) {
|
||||||
--zen-navigation-toolbar-min-width: 55.5px !important; /* + the width of the splitter */
|
--zen-toolbox-max-width: 45px;
|
||||||
|
max-width: var(--zen-toolbox-max-width) !important;
|
||||||
max-width: var(--zen-navigation-toolbar-min-width) !important;
|
min-width: calc(var(--zen-toolbox-max-width) + var(--zen-toolbox-padding) / 2 + 2px) !important;
|
||||||
min-width: var(--zen-navigation-toolbar-min-width) !important;
|
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
|
||||||
& #TabsToolbar {
|
& #TabsToolbar {
|
||||||
|
Reference in New Issue
Block a user