Files
lnx-arch/dots/firefox/userChrome.css

10 lines
113 B
CSS
Raw Permalink Normal View History

2024-05-03 15:42:24 -05:00
/* disable top bar and top tabs */
#TabsToolbar {
visibility: collapse;
}
#titlebar {
display: none;
}