diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-10-16 11:41:57 -0500 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-16 11:41:57 -0500 |
| commit | 1d4f5dea8999e2841ec226dfd0865e9ff3c00064 (patch) | |
| tree | 4fe8212b6280010e7e547c5401552b20ed2852a8 | |
| parent | 9eb176bc841e878de0aa38e046830820503dae33 (diff) | |
| download | dotfiles-1d4f5dea8999e2841ec226dfd0865e9ff3c00064.tar.gz dotfiles-1d4f5dea8999e2841ec226dfd0865e9ff3c00064.zip | |
VimFX: Apply tabs trimming to tab sidebar as well
| -rw-r--r-- | common/.vimfx/userChrome.css | 13 |
1 files 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; } |
