diff options
Diffstat (limited to 'home-manager/resources')
| -rw-r--r-- | home-manager/resources/firefox/userChrome.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/resources/firefox/userChrome.css b/home-manager/resources/firefox/userChrome.css index 624ab26..2bbb2a1 100644 --- a/home-manager/resources/firefox/userChrome.css +++ b/home-manager/resources/firefox/userChrome.css @@ -82,6 +82,10 @@ margin-bottom: 2px; } + #tabbrowser-tabs { + height: var(--uc-toolbar-height); + } + /* Tabs extend to bottom of bar */ .tab-background { margin-bottom: 0 !important; |
