[firefox] Add userChrome.css for my Slack-Firefox instance

This commit is contained in:
Sebastian Schulze 2021-02-17 09:49:15 +01:00
parent 59277c366a
commit 9d955d07df
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
5 changed files with 14 additions and 0 deletions

0
dot_mozilla/.keep Normal file
View File

View File

View File

View File

@ -0,0 +1,14 @@
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* Hide tab bar, navigation bar and scrollbars
* !important may be added to force override, but not necessary
* #content is not necessary to hide scroll bars
*/
#TabsToolbar {visibility: collapse;}
#navigator-toolbox {visibility: collapse;}
browser {margin-right: -14px; margin-bottom: -14px;}