diff --git a/firefox/userChrome.css b/firefox/userChrome.css index 4de8789..7ccb2e4 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: 12020.03.09 + Version: 12020.04.05 :: Now built for proton! */ #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { @@ -70,6 +70,8 @@ --menubar-height: -65px; --toolmenubar-height: -80px; --sidebar-padding: calc(var(--sidebar-width) + 5px); + --toolbar-start-end-padding: 5px !important; + --toolbar-start-end-padding: 5px !important; } @@ -77,9 +79,10 @@ margin-left: var(--sidebar-width); padding: 2px 5px !important; padding-top: 0px !important; - margin-top: -1.25px !important; + margin-top: -3px !important; } + /* lock sidebar to height by doing the inverse margin of the toolbar element */ #sidebar-box { z-index: 1000 !important; @@ -218,7 +221,7 @@ toolbarseparator { font-size: 22px; display: inline-block; position: absolute; - top: 4px; + top: 5px; } /* Change the Avatar size for the Firefox Account to what makes sense */