summary refs log tree commit diff
path: root/.mozilla/firefox/hibiki.default/chrome/user.sidebar.css
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-04-30 13:25:37 +0200
committerRobert Günzler <r@gnzler.io>2025-04-30 13:25:37 +0200
commiteb5a978e6f1de941fec2cbd97644036edcf52c38 (patch)
tree4e8659c2b6a3cf46cd106a968969dc63a9f0d907 /.mozilla/firefox/hibiki.default/chrome/user.sidebar.css
parenta81679c279e780afa95f2864f83906d09a755fb1 (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.css7
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;
 }