From 20d4029dceb1eadec2887cd5f0956476b512b258 Mon Sep 17 00:00:00 2001 From: "t. Macleod Sawyer" Date: Tue, 18 Oct 2022 12:19:11 -0500 Subject: [PATCH] v12022.10.18 :: Fixes new Firefox 106 sidebar div naming issues. --- extensions/sidebar.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/sidebar.css b/extensions/sidebar.css index a99eb71..eefdfe0 100644 --- a/extensions/sidebar.css +++ b/extensions/sidebar.css @@ -2,7 +2,7 @@ Extension (Core): Sidebar Description: This is the core implenration of the sidebar, used in drannex42's FirefoxSidebar. Repository URL: https://github.com/drannex42/ - Version: v12022.04.17 + Version: v12022.10.18 */ #main-window #TabsToolbar { @@ -42,7 +42,8 @@ /*Tree Style Tabs && Sideberry specific sidebar width and size*/ #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:hover, -#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]:hover { +#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]:hover, +#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar:hover { min-width: 260px !important; max-width: 260px !important; z-index: 1;