aboutsummaryrefslogtreecommitdiff
path: root/browser-stuff
diff options
context:
space:
mode:
authordacctal <120422854+dacctal@users.noreply.github.com>2026-03-05 01:21:45 +0000
committerdacctal <120422854+dacctal@users.noreply.github.com>2026-03-05 01:21:45 +0000
commit69a722cfd33076a4d63f1d49e52bed427453eabe (patch)
tree56545e93c12a8232058a0ab2b258546418656e03 /browser-stuff
initial commit
Diffstat (limited to 'browser-stuff')
-rw-r--r--browser-stuff/stylus-sidebar.css24
-rw-r--r--browser-stuff/userChrome.css5
2 files changed, 29 insertions, 0 deletions
diff --git a/browser-stuff/stylus-sidebar.css b/browser-stuff/stylus-sidebar.css
new file mode 100644
index 0000000..f135a13
--- /dev/null
+++ b/browser-stuff/stylus-sidebar.css
@@ -0,0 +1,24 @@
+#root.root {--tabs-height: 36px;}
+#root.root {--tabs-inner-gap: 8px;}
+#root.root {--tabs-margin: 4px;}
+#root.root {--tabs-font: 16px sans-serif;}
+#root.root {--tabs-count-font: 16px sans-serif;}
+#root.root {--general-margin: 4px;}
+#root.root {--general-border-radius: 0px;}
+
+.Tab[data-active="true"] .body {
+ border: 2px solid #ef944dff !important;
+ border-radius: 0px;
+}
+
+.NavigationBar .main-items .nav-item[data-class="panel"] .name-box {
+ border-width: 2px !important;
+}
+
+#root[data-act-el-color-scheme="dark"] {
+ --active-el-shadow: none;
+}
+
+.NavigationBar .nav-item[data-active="true"] {
+ border: 1px solid #ef944dff !important;
+}
diff --git a/browser-stuff/userChrome.css b/browser-stuff/userChrome.css
new file mode 100644
index 0000000..936de35
--- /dev/null
+++ b/browser-stuff/userChrome.css
@@ -0,0 +1,5 @@
+#TabsToolbar { display: none !important; }
+#sidebar-box #sidebar-header { display: none !important; }
+
+* { border-radius: 8px; }
+* { border-radius: 0px; }