rice/dots/.mozilla/firefox/i9hr3nfd.default-release/chrome/userChrome.css

17 lines
210 B
CSS
Raw Normal View History

2023-09-02 21:47:37 +02:00
#TabsToolbar {
2023-09-28 22:37:47 +02:00
display: none;
}
#nav-bar {
background: #ffffff !important;
}
#sidebar-splitter {
background: #ffffff !important;
width: 0 !important;
}
#sidebar-header {
display: none;
2023-09-02 21:47:37 +02:00
}