diff --git a/firefox/userChrome.css b/firefox/userChrome.css index dc02d3f..af6824e 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -2,7 +2,7 @@ Title: Drannex42's Personal userChrome.css for Firefox Description: This is my personal userChrome for Firefox, I specifically clean up the interface, change the folder icon to Vivaldi's (much better) and reduce padding in some areas, and add some in others. This overall creates a much more streamlined interface. Features: Streamlines interface, folder icon replacement, works best with my custom Tree Style Tabs interface (check it out! treestyletabs.css in the /firefox/ directory), removes tab bar. - Version: 12021.06.05 :: Fixed spacing on the folder dropdown arrow. + Version: 12021.06.14 :: Added Sideberry support. */ #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { @@ -37,7 +37,8 @@ /*Tree Style Tab specific size*/ -#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:hover { +#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:hover, +#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]:hover { min-width: 260px !important; max-width: 260px !important; z-index: 1;