]> littlesong.place Git - littlesongplace.git/commitdiff
Add border around pfp in song list and player
authorChris Fulljames <christianfulljames@gmail.com>
Sat, 8 Feb 2025 02:15:34 +0000 (21:15 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Sat, 8 Feb 2025 02:15:34 +0000 (21:15 -0500)
static/styles.css

index 934fb565ec990b8a04078ec9b1041b45af98f1ba..28d5ed1c01237e4a9d62dd2d1fefeffd6c8596b4 100644 (file)
@@ -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 {