diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-17 19:07:11 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-17 19:07:11 +0000 |
| commit | 0222024b9ca5e76975f080bf7e143ab488a01dce (patch) | |
| tree | f35444ac31b0092293bb24d8dc501527353e64c6 /.config/browser_stuff/userChrome.css | |
| parent | 2f4176b34e83c2db0f3d5c67342356cd8869c7a7 (diff) | |
Diffstat (limited to '.config/browser_stuff/userChrome.css')
| -rw-r--r-- | .config/browser_stuff/userChrome.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/browser_stuff/userChrome.css b/.config/browser_stuff/userChrome.css new file mode 100644 index 0000000..ff85326 --- /dev/null +++ b/.config/browser_stuff/userChrome.css @@ -0,0 +1,4 @@ +#TabsToolbar { display: none !important; } +#sidebar-box #sidebar-header { display: none !important; } + +* { border-radius: 0px; } |
