mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-22 14:52:49 +00:00
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;
|
||
|
}
|