From a7ee27b232d1c45bc22ff2ae4deb30532a6c6e2b Mon Sep 17 00:00:00 2001 From: "t. Macleod Sawyer" Date: Tue, 2 Mar 2021 23:06:19 -0600 Subject: [PATCH] Larger sidebar extensions now no longer shift the web-view viewport --- firefox/userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index 82a8723..1499f3c 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -2,8 +2,8 @@ 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. - */ + #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { opacity: 0; pointer-events: none; @@ -31,7 +31,7 @@ min-width: 350px !important; max-width: 350px !important; z-index: 1; - margin-right: -210px !important; + margin-right: -300px !important; } /*Tree Style Tab specific size*/