diff --git a/index.css b/index.css
index 40e82f1..30f9902 100644
--- a/index.css
+++ b/index.css
@@ -312,6 +312,14 @@ span:empty {
gap: 0.45rem;
}
+#friendScoresPlayerAvatar {
+ width: 2rem;
+ height: 2rem;
+ border-radius: 50%;
+ object-fit: cover;
+ flex-shrink: 0;
+}
+
#friendScoresHeaderImg {
width: 2.5rem;
height: 2.5rem;
@@ -413,6 +421,7 @@ body.bottom #time {
margin-left: 1em;
}
+#settings .beatLeaderPlayerRow,
#settings .debugSongIdRow {
display: flex;
align-items: baseline;
diff --git a/index.html b/index.html
index b4734c6..8777e56 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,7 @@
@@ -71,7 +71,10 @@
-
+