diff options
| author | Robert Günzler <r@gnzler.io> | 2025-04-30 13:25:37 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-04-30 13:25:37 +0200 |
| commit | eb5a978e6f1de941fec2cbd97644036edcf52c38 (patch) | |
| tree | 4e8659c2b6a3cf46cd106a968969dc63a9f0d907 /.mozilla/firefox/hibiki.default/chrome/user.sidebar.css | |
| parent | a81679c279e780afa95f2864f83906d09a755fb1 (diff) | |
firefox: update
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.mozilla/firefox/hibiki.default/chrome/user.sidebar.css')
| -rw-r--r-- | .mozilla/firefox/hibiki.default/chrome/user.sidebar.css | 7 |
1 files changed, 4 insertions, 3 deletions
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; } |