« get me outta code hell

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:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/miscellany.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css
index eb3b1c35..24eeba44 100644
--- a/src/static/css/miscellany.css
+++ b/src/static/css/miscellany.css
@@ -58,6 +58,16 @@
     font-style: normal;
   }
 
+  .main-content-container > :is(ul, dl) {
+    li:has(.name-detail) {
+      padding-right: clamp(40px, 6vw, 60px);
+      .by { display: inline-block; }
+
+      .name-detail:not(.from-detail) { opacity: 0.85; }
+      .name-detail.from-detail { opacity: 0.7; font-size: 0.9em; }
+    }
+  }
+
   .other-group-accent,
   .rerelease-line {
     opacity: 0.7;