Adjusted some sizes

This commit is contained in:
2025-09-06 13:09:02 +02:00
parent 7e2ef51b19
commit e3da11d776

View File

@@ -19,8 +19,8 @@
<div <div
class="h-full w-fit {editable === true class="h-full w-fit {editable === true
? 'max-w-[600px]' ? 'max-w-[600px] min-w-[400px]'
: 'max-w-[400px]'} overflow-hidden border-r-1 border-solid border-gray-300 pr-4 pl-4" : 'max-w-[400px] min-w-[300px]'} overflow-hidden border-r-1 border-solid border-gray-300 pr-4 pl-4"
> >
<div class="flex items-center justify-around"> <div class="flex items-center justify-around">
<h3 class="text-5xl">Scoreboard</h3> <h3 class="text-5xl">Scoreboard</h3>
@@ -44,7 +44,7 @@
{player.points} {player.points}
{/if} {/if}
</td> </td>
<td class="whitespace-nowrap">{player.name}</td> <td class="text-end whitespace-nowrap">{player.name}</td>
</tr> </tr>
{/each} {/each}
</tbody> </tbody>