From 1a73614c47f4ed21c4eb3a3d97d845a7836eb948 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 2 Nov 2023 20:49:39 -0400 Subject: Migrate to custom firefox profile (whisperwood) --- .mozilla/firefox/whisperwood/chrome/userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .mozilla/firefox/whisperwood/chrome/userChrome.css (limited to '.mozilla/firefox/whisperwood/chrome/userChrome.css') 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; +} -- cgit v1.2.3