Skip to content

Commit 20d4029

Browse files
author
t. Macleod Sawyer
authored
v12022.10.18 :: Fixes new Firefox 106 sidebar div naming issues.
1 parent 586c9ea commit 20d4029

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/sidebar.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Extension (Core): Sidebar
33
Description: This is the core implenration of the sidebar, used in drannex42's FirefoxSidebar.
44
Repository URL: https://github.com/drannex42/
5-
Version: v12022.04.17
5+
Version: v12022.10.18
66
*/
77

88
#main-window #TabsToolbar {
@@ -42,7 +42,8 @@
4242
/*Tree Style Tabs && Sideberry specific sidebar width and size*/
4343

4444
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:hover,
45-
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]:hover {
45+
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]:hover,
46+
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar:hover {
4647
min-width: 260px !important;
4748
max-width: 260px !important;
4849
z-index: 1;

0 commit comments

Comments
 (0)