mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-22 14:52:49 +00:00
Update userChrome.css
This commit is contained in:
parent
584ea9b535
commit
1c5e6aa3e0
1 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
Title: Drannex42's Personal userChrome.css for Firefox
|
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.
|
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.
|
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 {
|
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
||||||
|
@ -70,6 +70,8 @@
|
||||||
--menubar-height: -65px;
|
--menubar-height: -65px;
|
||||||
--toolmenubar-height: -80px;
|
--toolmenubar-height: -80px;
|
||||||
--sidebar-padding: calc(var(--sidebar-width) + 5px);
|
--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);
|
margin-left: var(--sidebar-width);
|
||||||
padding: 2px 5px !important;
|
padding: 2px 5px !important;
|
||||||
padding-top: 0px !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 */
|
/* lock sidebar to height by doing the inverse margin of the toolbar element */
|
||||||
#sidebar-box {
|
#sidebar-box {
|
||||||
z-index: 1000 !important;
|
z-index: 1000 !important;
|
||||||
|
@ -218,7 +221,7 @@ toolbarseparator {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Change the Avatar size for the Firefox Account to what makes sense */
|
/* Change the Avatar size for the Firefox Account to what makes sense */
|
||||||
|
|
Loading…
Reference in a new issue