nixos-config/home/programs/browsers/firefox/userChrome.css
2024-09-27 21:07:44 +02:00

25 lines
509 B
CSS

/* Hide sidebar header */
#sidebar-header {
display: none;
}
/* Hide tab bar */
#TabsToolbar {
/* display: none; */
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;
}
/* Hide shield thing since i never ever change those settings */
#tracking-protection-icon-container {
visibility: collapse;
}