From 90d097dadf74aae7b61affdcab375fbc584f45d6 Mon Sep 17 00:00:00 2001 From: dacctal Date: Wed, 22 Apr 2026 20:41:07 +0000 Subject: fixed sideberry css filename --- README.md | 5 +---- browser-stuff/sidebery-sidebar.css | 24 ++++++++++++++++++++++++ browser-stuff/stylus-sidebar.css | 24 ------------------------ sidebery-sidebar.css | 24 ++++++++++++++++++++++++ 4 files changed, 49 insertions(+), 28 deletions(-) create mode 100644 browser-stuff/sidebery-sidebar.css delete mode 100644 browser-stuff/stylus-sidebar.css create mode 100644 sidebery-sidebar.css diff --git a/README.md b/README.md index 22521d4..f639884 100755 --- a/README.md +++ b/README.md @@ -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/sidebery-sidebar.css b/browser-stuff/sidebery-sidebar.css new file mode 100644 index 0000000..f135a13 --- /dev/null +++ b/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; +} diff --git a/browser-stuff/stylus-sidebar.css b/browser-stuff/stylus-sidebar.css deleted file mode 100644 index f135a13..0000000 --- a/browser-stuff/stylus-sidebar.css +++ /dev/null @@ -1,24 +0,0 @@ -#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/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; +} -- cgit v1.2.3