mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-22 06:42:49 +00:00
v12022.10.18 :: Fixes new Firefox 106 sidebar div naming issues.
This commit is contained in:
parent
586c9ea461
commit
20d4029dce
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue