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

17 lines
210 B
CSS
Raw Normal View History

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