-
{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