+ firefox

This commit is contained in:
tuxwarrior
2024-05-03 15:42:24 -05:00
parent ba33de8fea
commit 812c628318
4 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/* disable top bar and top tabs */
#TabsToolbar {
visibility: collapse;
}
#titlebar {
display: none;
}