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/sidebery-sidebar.css | |
| parent | 2f4176b34e83c2db0f3d5c67342356cd8869c7a7 (diff) | |
Diffstat (limited to '.config/browser_stuff/sidebery-sidebar.css')
| -rw-r--r-- | .config/browser_stuff/sidebery-sidebar.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/browser_stuff/sidebery-sidebar.css b/.config/browser_stuff/sidebery-sidebar.css new file mode 100644 index 0000000..f135a13 --- /dev/null +++ b/.config/browser_stuff/sidebery-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; +} |
