diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-11-02 20:49:39 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-11-02 20:49:39 -0400 |
commit | 1a73614c47f4ed21c4eb3a3d97d845a7836eb948 (patch) | |
tree | 7e9e2c12cdf3a733017ecc092b2be6d4ec92cb65 | |
parent | 0251add4f33d319cf8b43556481db9fb8c3715eb (diff) |
Migrate to custom firefox profile (whisperwood)
-rw-r--r-- | .mozilla/firefox/whisperwood/chrome/userChrome.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.mozilla/firefox/whisperwood/chrome/userChrome.css b/.mozilla/firefox/whisperwood/chrome/userChrome.css new file mode 100644 index 0000000..10e0a36 --- /dev/null +++ b/.mozilla/firefox/whisperwood/chrome/userChrome.css @@ -0,0 +1,8 @@ +#TabsToolbar { + visibility: collapse; +} /* leaves space for the window buttons */ +#nav-bar { + margin-top: -8px; + margin-right: 74px; + margin-bottom: -4px; +} |