« get me outta code hell

content, css: generatePageLayout: dynamic sidebar skippers - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css/site.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-30 22:12:58 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-31 12:11:59 -0300
commit550da60a1bfabdacd008edb047101347513a187c (patch)
treed0f815d17a76e5fb9c20b3be3375585aada1e09d /src/static/css/site.css
parent510db039aa51c42b139bf5a1e80a0aef7571cd3d (diff)
content, css: generatePageLayout: dynamic sidebar skippers
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r--src/static/css/site.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 41145a75..ef697db2 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -259,6 +259,11 @@ body::before {
   font-weight: 800;
 }
 
+#page-container:not(.showing-sidebar-left) #skippers .skipper[data-for=sidebar-left],
+#page-container:not(.showing-sidebar-right) #skippers .skipper[data-for=sidebar-right] {
+  display: none;
+}
+
 #banner {
   background: black;
   background-color: var(--dim-color);