diff options
| -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; } |
