diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-22 20:41:07 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-22 20:41:07 +0000 |
| commit | 90d097dadf74aae7b61affdcab375fbc584f45d6 (patch) | |
| tree | e5997b08bfb971967fca39c1186f04fc06ea8b66 | |
| parent | 6917d7cfe8aa4f481defcf4ba5a9c26af407626a (diff) | |
fixed sideberry css filename
| -rwxr-xr-x | README.md | 5 | ||||
| -rw-r--r-- | browser-stuff/sidebery-sidebar.css (renamed from browser-stuff/stylus-sidebar.css) | 0 | ||||
| -rw-r--r-- | sidebery-sidebar.css | 24 |
3 files changed, 25 insertions, 4 deletions
@@ -4,10 +4,7 @@ This includes all of the terminal, window manager, and other program configurati ## Special Thanks * Mjoyufull: https://github.com/Mjoyufull -Personally provided scripts & modules for otter-launcher, scripts for hyprland, and a great [gyr](https://github.com/Mjoyufull/fsel.git) fork (and overall awesome dude) - -* kuokuo123: https://github.com/kuokuo123 -Created the amazing otter-launcher project +Created a great [gyr](https://github.com/Mjoyufull/fsel.git) fork (and overall awesome dude) * heather7283: https://github.com/heather7283 Created the only good TUI volume control app for pipewire in existence; pipemixer diff --git a/browser-stuff/stylus-sidebar.css b/browser-stuff/sidebery-sidebar.css index f135a13..f135a13 100644 --- a/browser-stuff/stylus-sidebar.css +++ b/browser-stuff/sidebery-sidebar.css diff --git a/sidebery-sidebar.css b/sidebery-sidebar.css new file mode 100644 index 0000000..f135a13 --- /dev/null +++ b/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; +} |
