From 4dcb766006e856df851fd32ea06b164c7eadb29e Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 15 Feb 2026 01:28:54 +0100 Subject: [PATCH] css --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/style.css b/static/style.css index b75dd6f..6f5467d 100644 --- a/static/style.css +++ b/static/style.css @@ -141,6 +141,15 @@ a.video { min-width: 250px; } +a.playlist { + font-weight: 600; + color: #fff; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + min-width: 250px; +} + a.artist { color: #aaa; text-decoration: none;