forked from CaptaiNiveau/FirefoxSidebar
v12020.03.06-1: Fixes navbar related issues introduced in earlier version.
This commit is contained in:
parent
20d730568c
commit
f6bafa557d
1 changed files with 3 additions and 6 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.06
|
Version: 12020.03.06-1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
||||||
|
@ -95,17 +95,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* lock sidebar to specified width */
|
/* lock sidebar to specified width */
|
||||||
#sidebar-box
|
#sidebar-box {
|
||||||
min-width: var(--sidebar-width) !important;
|
min-width: var(--sidebar-width) !important;
|
||||||
max-width: var(--sidebar-width) !important;
|
max-width: var(--sidebar-width) !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#nav-bar {
|
.browser-toolbar {
|
||||||
padding-top: 12px;
|
|
||||||
padding-bottom: 7px;
|
|
||||||
margin-left: var(--sidebar-width);
|
margin-left: var(--sidebar-width);
|
||||||
padding-left: 7px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-splitter {
|
.sidebar-splitter {
|
||||||
|
|
Loading…
Reference in a new issue