From 4e43db7977ca9c3f446e8ba9451f0c758e8ad6fa Mon Sep 17 00:00:00 2001 From: rydesun Date: Thu, 26 Jun 2025 08:33:15 +0800 Subject: [PATCH] Fix firefox sidebar css --- .mozilla/firefox/profile/chrome/userChrome/sidebar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mozilla/firefox/profile/chrome/userChrome/sidebar.css b/.mozilla/firefox/profile/chrome/userChrome/sidebar.css index 1b0746f..02c1445 100644 --- a/.mozilla/firefox/profile/chrome/userChrome/sidebar.css +++ b/.mozilla/firefox/profile/chrome/userChrome/sidebar.css @@ -9,13 +9,13 @@ z-index: 1000; } #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] - > #sidebar:hover { + #sidebar:hover { min-width: 200px !important; max-width: 200px !important; box-shadow: 0 0 10px black; } #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] - > #sidebar { + #sidebar { transition: all 200ms ease-in-out; clip-path: inset(0px -10px); }