fix mini ranking for top players
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m21s

This commit is contained in:
Lee
2024-10-23 08:24:31 +01:00
parent 08295d7b04
commit 56ae9b717c
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ export function PlayerInfo({
className={clsx(
hoverBrightness ? "transform-gpu transition-all hover:brightness-[66%]" : "",
player.id == highlightedPlayer?.id ? "font-bold" : "",
"text-ellipsis w-[140px] overflow-hidden whitespace-nowrap"
"text-ellipsis overflow-hidden whitespace-nowrap"
)}
style={{
color: getScoreSaberRole(player)?.color,
@ -57,7 +57,7 @@ export function PlayerInfo({
);
return (
<div className="flex gap-2 items-center">
<div className="flex gap-2 items-center w-[175px]">
<Avatar className="w-[24px] h-[24px] pointer-events-none">
<AvatarImage
alt="Profile Picture"