From 1d4f5dea8999e2841ec226dfd0865e9ff3c00064 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 16 Oct 2025 11:41:57 -0500 Subject: VimFX: Apply tabs trimming to tab sidebar as well --- common/.vimfx/userChrome.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/common/.vimfx/userChrome.css b/common/.vimfx/userChrome.css index 5980e88..5e55206 100644 --- a/common/.vimfx/userChrome.css +++ b/common/.vimfx/userChrome.css @@ -30,13 +30,22 @@ } /* * Slim down tabs bar */ #TabsToolbar, -#TabsToolbar * { +#TabsToolbar *, +#sidebar-main tab, +#sidebar-main tab *, +#sidebar-main tab-group, +#sidebar-main tab-group *, +#vertical-tabs-newtab-button { max-height: 20px !important; min-height: 20px !important; border-radius: 0 !important; } -#TabsToolbar img, #TabsToolbar image { +#TabsToolbar img, +#TabsToolbar image, +#TabsToolbar .tab-group-line, +#sidebar-main tab img, +#sidebar-main tab image { max-height: initial !important; min-height: initial !important; } -- cgit v1.2.3