From eb5a978e6f1de941fec2cbd97644036edcf52c38 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 30 Apr 2025 13:25:37 +0200 Subject: firefox: update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .mozilla/firefox/hibiki.default/chrome/user.sidebar.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.mozilla/firefox/hibiki.default/chrome/user.sidebar.css') diff --git a/.mozilla/firefox/hibiki.default/chrome/user.sidebar.css b/.mozilla/firefox/hibiki.default/chrome/user.sidebar.css index e286126..4b76246 100644 --- a/.mozilla/firefox/hibiki.default/chrome/user.sidebar.css +++ b/.mozilla/firefox/hibiki.default/chrome/user.sidebar.css @@ -28,14 +28,15 @@ min-width: var(--thin-tab-width) !important; max-width: var(--thin-tab-width) !important; overflow-x: hidden !important; - /*animate transition*/ - /*transition: all 40ms !important;*/ + /* animate transition */ + transition: all 40ms !important; } #sidebar-box:not([hidden]):hover, #sidebar-box:not([hidden]):active, #sidebar-box:not([hidden]):focus-within, -#sidebar-box:not([hidden]):-moz-drag-over { +#sidebar-box:not([hidden]):-moz-drag-over, +#sidebar-box:not([hidden])>.Tab[selected="true"] { min-width: var(--wide-tab-width) !important; max-width: var(--wide-tab-width) !important; } -- cgit 1.4.1