summaryrefslogtreecommitdiff
path: root/common/.vimfx/userChrome.css
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-07-22 00:56:22 +0200
committerSimon Parri <simonparri@ganzeria.com>2025-07-22 11:49:01 +0200
commitd2c331b9f036951eef062dd5141c75182375ba12 (patch)
tree325bf3c56b70ec845e8de9349f45408ed844e747 /common/.vimfx/userChrome.css
downloaddotfiles-d2c331b9f036951eef062dd5141c75182375ba12.tar.gz
dotfiles-d2c331b9f036951eef062dd5141c75182375ba12.zip
Add current configuration
Diffstat (limited to 'common/.vimfx/userChrome.css')
-rw-r--r--common/.vimfx/userChrome.css64
1 files changed, 64 insertions, 0 deletions
diff --git a/common/.vimfx/userChrome.css b/common/.vimfx/userChrome.css
new file mode 100644
index 0000000..3a1f71f
--- /dev/null
+++ b/common/.vimfx/userChrome.css
@@ -0,0 +1,64 @@
+/* -*- eval: (outline-minor-mode 1) -*- */
+/* * Debloat navbar */
+#back-button,
+#forward-button,
+#reload-button,
+#stop-button,
+#home-button,
+#library-button,
+#fxa-toolbar-menu-button,
+#PanelUI-button,
+#save-to-pocket-button,
+#sidebar-button
+{ display: none }
+
+/* Empty space before and after the url bar */
+#customizableui-special-spring1,
+#customizableui-special-spring2
+{ display: none }
+/* * De-bloat urlbar */
+#identity-box,
+#reader-mode-button,
+#star-button-box,
+#urlbar-go-button,
+.urlBarView-button,
+.search-one-offs
+{ display: none !important; }
+
+#tracking-protection-icon-container {
+ margin: 0 0.3em;
+}
+/* * Slim down tabs bar */
+#TabsToolbar,
+#TabsToolbar * {
+ max-height: 20px !important;
+ min-height: 20px !important;
+ border-radius: 0 !important;
+}
+
+#TabsToolbar img, #TabsToolbar image {
+ max-height: initial !important;
+ min-height: initial !important;
+}
+
+#new-tab-button, #firefox-view-button
+{ display: none }
+
+#alltabs-button {
+ min-width: 21px !important;
+ max-width: 21px !important;
+ min-height: 12px !important;
+ max-height: 12px !important;
+}
+
+#TabsToolbar .tab-background { margin-block: 0 !important }
+/* * Remove sidebar header */
+#sidebar-header { display: none }
+/* * Always hide bookmark toolbar */
+#PersonalToolbar { display: none }
+/* * Findbar */
+findbar { padding-block: 0 !important }
+/* * Monospace fonts */
+findbar, #statuspanel, #TabsToolbar, #nav-bar {
+ font-family: monospace;
+}