diff options
| 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 |
| commit | cc635018fd28fc0edf95c100fcdc28292dc77384 (patch) | |
| tree | 734bcd551bdec23952437c5ff9675fe80784d74c /src/static | |
| parent | b119249988890273fc4879871eb88decf61a5338 (diff) | |
content, data: multiple music video URLs, "watch on" line preview
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/css/features.css | 7 |
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; } |