From 7880f2e9a3e85ad766d558a07887167ae37f9596 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 16 Oct 2025 16:53:20 +0300 Subject: [PATCH] autohide tabstoolbar: Make vertical tabs stay expanded while dragging tab --- chrome/autohide_tabstoolbar_v2.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/autohide_tabstoolbar_v2.css b/chrome/autohide_tabstoolbar_v2.css index 69da2df..7e7b2e5 100644 --- a/chrome/autohide_tabstoolbar_v2.css +++ b/chrome/autohide_tabstoolbar_v2.css @@ -30,7 +30,8 @@ See the above repository for updates as well as full license text. */ border-inline-width: 0.01px 0; } } - sidebar-main:hover{ + :where(#navigator-toolbox[movingtab] + #browser > #sidebar-main) > sidebar-main[expanded], + sidebar-main[expanded]:hover{ min-width: calc(var(--tab-pinned-horizontal-count) * var(--tab-pinned-min-width-expanded) + 2 * var(--tab-pinned-container-margin-inline-expanded) + 1px); transition-delay: 0ms !important; &:is([sidebar-positionend],[positionend]){