mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-19 08:11:56 +00:00
Fixed expand on hover moving sites (closes #2033)
This commit is contained in:
@@ -530,9 +530,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-toolbox-max-width: 44px;
|
--zen-toolbox-max-width: 49px;
|
||||||
max-width: var(--zen-toolbox-max-width) !important;
|
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;
|
padding: 0 !important;
|
||||||
|
|
||||||
& #TabsToolbar {
|
& #TabsToolbar {
|
||||||
|
Reference in New Issue
Block a user