From: Chris Fulljames Date: Sun, 23 Feb 2025 12:07:53 +0000 (-0500) Subject: Minor visual cleanup X-Git-Url: https://littlesong.place/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd1f4f73a82f4e1cc2c7b92c98ef3131aa02c3af;p=littlesongplace.git Minor visual cleanup --- diff --git a/static/styles.css b/static/styles.css index f9c02d1..c79f8c6 100644 --- a/static/styles.css +++ b/static/styles.css @@ -315,6 +315,10 @@ div.song-main { align-items: center; } +.song-list-pfp-container { + margin: 5px; +} + div.song-info { display: flex; flex-wrap: wrap; @@ -322,7 +326,9 @@ div.song-info { gap: 10px; align-items: center; flex-grow: 1; - margin: 5px; + margin: 5px 0px; + min-width: 0; + overflow: hidden; } /* Artist on separate line for mobile */ @@ -420,7 +426,7 @@ div.player { div.player-info { display: flex; flex-direction: row; - flex-wrap: nowrap; + flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; diff --git a/templates/base.html b/templates/base.html index 8a74744..d31dea2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -68,8 +68,10 @@ Not Playing - - +
+ + +