« get me outta code hell

content, data: multiple music video URLs, "watch on" line - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-04-06 08:25:54 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-04-06 08:25:54 -0300
commitcc635018fd28fc0edf95c100fcdc28292dc77384 (patch)
tree734bcd551bdec23952437c5ff9675fe80784d74c /src/static/css
parentb119249988890273fc4879871eb88decf61a5338 (diff)
content, data: multiple music video URLs, "watch on" line preview
Diffstat (limited to 'src/static/css')
-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;
   }