From a7927eaa5859b9d2bf3349054b92b0fa3e7b2b54 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Sun, 31 Aug 2025 16:04:49 -0700 Subject: [PATCH] Update style.css --- webui/static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webui/static/style.css b/webui/static/style.css index cb70bf25..5b546099 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -4682,7 +4682,7 @@ body { /* Column width distribution for balanced layout */ .youtube-discovery-modal .discovery-table th:nth-child(1), /* YT Track */ .youtube-discovery-modal .discovery-table td:nth-child(1) { - width: 20%; + width: 17.5%; } .youtube-discovery-modal .discovery-table th:nth-child(2), /* YT Artist */ @@ -4697,7 +4697,7 @@ body { .youtube-discovery-modal .discovery-table th:nth-child(4), /* Spotify Track */ .youtube-discovery-modal .discovery-table td:nth-child(4) { - width: 20%; + width: 17.5%; } .youtube-discovery-modal .discovery-table th:nth-child(5), /* Spotify Artist */ @@ -4712,7 +4712,7 @@ body { .youtube-discovery-modal .discovery-table th:nth-child(7), /* Duration */ .youtube-discovery-modal .discovery-table td:nth-child(7) { - width: 5%; + width: 10%; text-align: center; }