nixos-config/home/programs/firefox/userChrome.css
2025-06-06 13:35:38 +02:00

19 lines
356 B
CSS

/* Hide sidebar header */
#sidebar-header {
display: none;
}
/* Hide tab bar */
#TabsToolbar {
visibility: collapse;
}
/* urlbar same color as background */
#urlbar-background, #searchbar {
background-color: var(--toolbar-bgcolor) !important;
}
/* Hide tiny strip below the main top bar */
#navigator-toolbox {
border-bottom: none !important;
}