From: Chris Fulljames Date: Sat, 8 Feb 2025 02:15:34 +0000 (-0500) Subject: Add border around pfp in song list and player X-Git-Url: https://littlesong.place/gitweb/gitweb.cgi?a=commitdiff_plain;h=ecc264553a85c80da8218eb895ccd152163e112f;p=littlesongplace.git Add border around pfp in song list and player --- diff --git a/static/styles.css b/static/styles.css index 934fb56..28d5ed1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -188,7 +188,9 @@ input[type=file] { max-width: 32px; max-height: 32px; margin: 0px; - margin-left: 10px; + margin-left: 6px; + border-radius: 5px; + border: solid 2px var(--purple); } .profile-action {