fixed daily leaderboard being cut off slightly

This commit is contained in:
Miodec 2022-09-05 20:53:04 +02:00
parent a378c743d6
commit 40dd2da6e0
2 changed files with 2 additions and 2 deletions

View file

@ -667,7 +667,7 @@
}
&.dailyLeaderboard {
max-width: 10rem;
max-width: 13rem;
overflow: hidden;
white-space: nowrap;
}

View file

@ -1755,7 +1755,7 @@ async function saveResult(
} else {
$("#result .stats .dailyLeaderboard")
.css({
maxWidth: "10rem",
maxWidth: "13rem",
opacity: 0,
})
.removeClass("hidden")