Adjusted some sizes
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user