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;