Skip to content

Commit

Permalink
v12022.10.18 :: Fixes new Firefox 106 sidebar div naming issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
t. Macleod Sawyer authored Oct 18, 2022
1 parent 586c9ea commit 20d4029
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extensions/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 20d4029

Please sign in to comment.