« 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/features.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css
index 410bf5b9..3a1a0cdd 100644
--- a/src/static/css/features.css
+++ b/src/static/css/features.css
@@ -780,13 +780,16 @@
     margin-bottom: 6px;
   }
 
-  .music-video .artists-line {
+  .music-video .artists-line,
+  .music-video .watch-line {
     display: block;
+    padding-right: 0.4ch;
     padding-left: 1.2ch;
     text-indent: -1.2ch;
   }
 
-  .music-video .artists-line > * {
+  .music-video .artists-line > *,
+  .music-video .watch-line > * {
     text-indent: 0;
   }