From 45129263b4deb5fc1534529637723216ec5440d6 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:08:16 -0700 Subject: [PATCH] Move Artist Radio and Enhance buttons to artist info area Artist Radio and Enhance Quality buttons moved from the page header into the artist hero section (after badges, before genres). Add to Watchlist stays in the top-right header where it was. --- webui/index.html | 24 ++++++++++++------------ webui/static/style.css | 10 +++++++++- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/webui/index.html b/webui/index.html index 4490246d..a9e0749d 100644 --- a/webui/index.html +++ b/webui/index.html @@ -2666,18 +2666,6 @@ 👁️ Add to Watchlist - - - - @@ -2695,6 +2683,18 @@

Artist Name

+
+ + +
diff --git a/webui/static/style.css b/webui/static/style.css index 1e7b049a..6da93187 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -22073,7 +22073,15 @@ body.helper-mode-active #dashboard-activity-feed:hover { flex-wrap: wrap; gap: 6px; align-items: center; - margin-bottom: 14px; + margin-bottom: 10px; +} + +.artist-hero-actions { + display: flex; + flex-wrap: wrap; + gap: 8px; + align-items: center; + margin-bottom: 12px; } .artist-hero-badge { width: 36px;