From 45fbb422e52441a894b76186cde434e0535617c2 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Wed, 2 Jul 2025 01:46:28 +0200 Subject: [PATCH] Reposition album share button to title row on desktop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move share button to same row as album title on desktop (>768px) - Keep share button in status row on mobile (≤768px) for better UX - Add album-title-row container with flexbox layout - Implement responsive show/hide behavior for desktop vs mobile share buttons 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- script.js | 13 +++++++++++-- styles.css | 25 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index 733677c..9121da2 100644 --- a/script.js +++ b/script.js @@ -291,7 +291,16 @@ function createAlbumCard(album) {
#${album.Rank}
-
${escapeHtml(album.Album)}
+
+
${escapeHtml(album.Album)}
+ +
${escapeHtml(album.Artist)}
${album.Info ? `
${escapeHtml(album.Info)}
` : ''}
@@ -305,7 +314,7 @@ function createAlbumCard(album) {
${statusText}
-