diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-08-20 00:07:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-08-20 00:07:39 +0530 |
| commit | fb6fa85d49ea921c2913c0e7fafeb43fe873e624 (patch) | |
| tree | 24f7cdfcc98db24b2904c3fcaf3cebb099d4a41d /modules/firefox.home/chrome/userChrome.css | |
| parent | 3ead21983a9e150ce57e40189f4e472421abc2ee (diff) | |
| download | nixos-config-fb6fa85d49ea921c2913c0e7fafeb43fe873e624.tar.gz nixos-config-fb6fa85d49ea921c2913c0e7fafeb43fe873e624.zip | |
Add sidebar tabs for firefox
Diffstat (limited to 'modules/firefox.home/chrome/userChrome.css')
| -rw-r--r-- | modules/firefox.home/chrome/userChrome.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/modules/firefox.home/chrome/userChrome.css b/modules/firefox.home/chrome/userChrome.css index e888056..99dc670 100644 --- a/modules/firefox.home/chrome/userChrome.css +++ b/modules/firefox.home/chrome/userChrome.css @@ -145,6 +145,19 @@ toolbarbutton#alltabs-button { margin: 0 !important; } -#urlbar[focused='true'] > #urlbar-background { - /* box-shadow: none !important; */ + + +/* Sidebar + tab */ +#TabsToolbar { + visibility: collapse !important; +} +#sidebar-header { + display: none !important; +} +#sidebar-splitter { + display: none !important; } +/* #appcontent { */ +/* border-radius: 4px !important; */ +/* overflow: hidden !important; */ +/* } */ |
