File tree Expand file tree Collapse file tree
frontend/components/leaderboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export function LeaderboardTable({
3131 const isUserInTop = currentUserRank > 0 && currentUserRank <= 10 ;
3232
3333 return (
34- < div className = "w-full max-w-4xl flex flex-col gap-4" >
34+ < div className = "w-full flex flex-col gap-4" >
3535 < div className = "bg-white dark:bg-white/5 backdrop-blur-md rounded-2xl border border-slate-200 dark:border-white/10 overflow-hidden shadow-lg dark:shadow-2xl" >
3636 < div className = "w-full" >
3737 < table className = "w-full text-left border-separate border-spacing-0 table-fixed" >
@@ -107,6 +107,7 @@ function TableRow({
107107 const leftBorderClass = isCurrentUser
108108 ? 'border-l-[1px] sm:border-l-[1px] border-l-transparent'
109109 : 'border-l-[1px] sm:border-l-[1px] border-l-transparent' ;
110+
110111 const rightBorderClass = isCurrentUser
111112 ? 'border-r-[1px] sm:border-r-[1px] border-r-transparent'
112113 : 'border-r-[1px] sm:border-r-[1px] border-r-transparent' ;
You can’t perform that action at this time.
0 commit comments