Files
lnx-arch/dots/firefox/userChrome.css
tuxwarrior 812c628318 + firefox
2024-05-03 15:42:24 -05:00

10 lines
113 B
CSS

/* disable top bar and top tabs */
#TabsToolbar {
visibility: collapse;
}
#titlebar {
display: none;
}