From d2c331b9f036951eef062dd5141c75182375ba12 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 00:56:22 +0200 Subject: Add current configuration --- common/.vimfx/userChrome.css | 64 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 common/.vimfx/userChrome.css (limited to 'common/.vimfx/userChrome.css') 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; +} -- cgit v1.2.3