From 0222024b9ca5e76975f080bf7e143ab488a01dce Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 17 Jul 2026 19:07:11 +0000 Subject: organizing a bit --- .config/browser_stuff/userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/browser_stuff/userChrome.css (limited to '.config/browser_stuff/userChrome.css') 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; } -- cgit v1.2.3