forked from CaptaiNiveau/FirefoxSidebar
12 lines
147 B
CSS
12 lines
147 B
CSS
|
#sidebar-header {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#sidebar-box {
|
||
|
--menubar-height: 0px !important;
|
||
|
}
|
||
|
|
||
|
.browser-toolbar {
|
||
|
padding-left: unset !important;
|
||
|
}
|