diff --git a/AquaNet/src/pages/UserHome.svelte b/AquaNet/src/pages/UserHome.svelte index 86546a3a..311265f3 100644 --- a/AquaNet/src/pages/UserHome.svelte +++ b/AquaNet/src/pages/UserHome.svelte @@ -48,7 +48,7 @@
-

Scoring Statistics

+

Rating Statistics

@@ -158,7 +158,7 @@
-
{r.name}
+ {r.name}
{("" + getMult(r.achievement)[2]).replace("p", "+")} @@ -292,6 +292,7 @@ $gap: 20px flex-direction: row justify-content: space-between + // Recent Scores section .recent .scores display: flex @@ -309,12 +310,8 @@ $gap: 20px align-items: center gap: $gap padding-right: 16px - - // Limit song name to one line - .name - white-space: nowrap - overflow: hidden - text-overflow: ellipsis + max-width: 100% + box-sizing: border-box img width: 50px @@ -328,6 +325,14 @@ $gap: 20px display: flex justify-content: space-between + // Limit song name to one line + overflow: hidden + .name + overflow: hidden + overflow-wrap: anywhere + white-space: nowrap + text-overflow: ellipsis + @media (max-width: $w-mobile) flex-direction: column gap: 0