From 53c73e1e7733a19bc3bf5f5c2cecf4b3d4faa346 Mon Sep 17 00:00:00 2001 From: Saera Date: Fri, 19 Sep 2025 11:44:20 -0500 Subject: [PATCH] update styling --- src/web/darktheme.css | 2 +- src/web/index.html | 2 +- src/web/main.css | 15 +++++++++++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/web/darktheme.css b/src/web/darktheme.css index f1b9925..4ac287a 100644 --- a/src/web/darktheme.css +++ b/src/web/darktheme.css @@ -336,7 +336,7 @@ body.darkTheme .ui.segment.advanceoptions { body.darkTheme .ui.segment{ background-color: transparent !important; color: var(--text_color) !important; - border: 1px solid transparent !important; + border: 0 /*solid transparent*/ !important; } body.darkTheme .sub.header { diff --git a/src/web/index.html b/src/web/index.html index 8f90e76..34c9a7f 100644 --- a/src/web/index.html +++ b/src/web/index.html @@ -173,7 +173,7 @@

-
+

Zoraxy © 2021 - tobychui. Licensed under AGPL

diff --git a/src/web/main.css b/src/web/main.css index 7359506..5854446 100644 --- a/src/web/main.css +++ b/src/web/main.css @@ -72,15 +72,17 @@ body.darkTheme .menubar{ width: 240px; position: sticky; top: 4em; + padding: 0 1em; } .contentWindow{ display: inline-block; - width: calc(100% - 240px); + width: calc(100% - 244px); vertical-align: top; background-color: var(--theme_bg_primary); border-radius: 1em; - margin-right: 2em; + margin-right: 1em; + flex-shrink: 0; } .menutoggle{ @@ -309,8 +311,17 @@ body.darkTheme .menubar{ font-size: 0.8em !important; color: #9c9c9c !important; padding-left: 0.6em; + /* fix the divider being really weird in the sidebar menu */ + margin: 1rem 0 0.25rem 0 !important; + height: 2em !important; + border-bottom: 1px solid rgba(34,36,38,.15) !important; + border-top: 1px solid rgba(255,255,255,.1) !important; } +body.darkTheme .menudivider{ + border-bottom: 1px solid rgba(255,255,255,.15) !important; + border-top: 1px solid rgba(34,36,38,.1) !important; +} /* Global rules overwrite */