From 29eb2ea3bfb28a5e8e45510b8e77c45a48a70594 Mon Sep 17 00:00:00 2001 From: Daniel Phillips Date: Thu, 3 Jul 2025 23:21:08 -0600 Subject: [PATCH] Extend left sidebar background to full width - Modified left-aside-bg class to create full-width background effect Signed-off-by: Daniel Phillips --- sass/_valkey.scss | 4 ++++ templates/left-aside.html | 20 +++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/sass/_valkey.scss b/sass/_valkey.scss index a5cb189b..57025416 100644 --- a/sass/_valkey.scss +++ b/sass/_valkey.scss @@ -450,6 +450,10 @@ p { } } +.left-aside-bg { + background: linear-gradient(to left, #e2e8f0 49%, #f1f0fa 50%); +} + .left-aside { background-color: #e2e8f0; display: flex; diff --git a/templates/left-aside.html b/templates/left-aside.html index d3f6538e..420e9f0d 100644 --- a/templates/left-aside.html +++ b/templates/left-aside.html @@ -2,14 +2,16 @@ {% block content %} {% block subhead_content %}{% endblock subhead_content %} -
-
-
- {% block main_content %}{% endblock main_content %} -
-
- +
+
+
+
+ {% block main_content %}{% endblock main_content %} +
+
+ +
{% endblock content %} \ No newline at end of file