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