Fixed expand on hover moving sites (closes #2033)

This commit is contained in:
mr. M
2024-10-17 20:13:19 +02:00
parent 0b9b0a39d8
commit 8212ca3aee

View File

@@ -530,9 +530,9 @@
#navigator-toolbox[has-popup-menu],
#navigator-toolbox:has(.tabbrowser-tab:active),
#navigator-toolbox:has(*[open='true']:not(tab):not(#zen-sidepanel-button)) {
--zen-toolbox-max-width: 44px;
--zen-toolbox-max-width: 49px;
max-width: var(--zen-toolbox-max-width) !important;
min-width: calc(var(--zen-toolbox-max-width) + var(--zen-toolbox-padding) / 2 + 2px) !important;
min-width: var(--zen-toolbox-max-width) !important;
padding: 0 !important;
& #TabsToolbar {