summaryrefslogtreecommitdiff
path: root/.mozilla/firefox/whisperwood/chrome
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-11-02 20:49:39 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-11-02 20:49:39 -0400
commit1a73614c47f4ed21c4eb3a3d97d845a7836eb948 (patch)
tree7e9e2c12cdf3a733017ecc092b2be6d4ec92cb65 /.mozilla/firefox/whisperwood/chrome
parent0251add4f33d319cf8b43556481db9fb8c3715eb (diff)
Migrate to custom firefox profile (whisperwood)
Diffstat (limited to '.mozilla/firefox/whisperwood/chrome')
-rw-r--r--.mozilla/firefox/whisperwood/chrome/userChrome.css8
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;
+}