« get me outta code hell

remove [[news]] hack, auto-add news sidebar - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-03-01 23:35:56 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-03-01 23:35:56 -0400
commit55b16f303f23e286dfdf33e5d84fe3981f643746 (patch)
tree7aa33df6c54e84cebaa81baee2b12db09db17413 /src/static
parent8b9e855c57c8879934f9ccc8fa17f73966465a17 (diff)
remove [[news]] hack, auto-add news sidebar
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site3.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/static/site3.css b/src/static/site3.css
index bdb2623..05d1f75 100644
--- a/src/static/site3.css
+++ b/src/static/site3.css
@@ -135,6 +135,13 @@ body::before {
   align-self: flex-start;
 }
 
+.sidebar-column.wide {
+  max-width: 350px;
+  flex-basis: 300px;
+  flex-shrink: 0;
+  flex-grow: 1;
+}
+
 .sidebar-multiple {
   display: flex;
   flex-direction: column;
@@ -157,13 +164,6 @@ body::before {
   margin-left: 10px;
 }
 
-.sidebar.wide {
-  max-width: 350px;
-  flex-basis: 300px;
-  flex-shrink: 0;
-  flex-grow: 1;
-}
-
 #content {
   position: relative;
   --content-padding: 20px;