Skip to content

Commit

Permalink
fix: detail dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ttamx committed May 12, 2024
1 parent e01f814 commit bdfb175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Scoreboard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,11 @@ dialog {
</div>

{#each Users as [name, user]}
<dialog id={name} class="flex flex-col justify-top items-start w-3/4">
<dialog id={name} class="flex flex-col justify-top items-start w-11/12 lg:w-3/4">
<div
class="flex justify-center items-center flex-col text-center"
>
<div class="w-11/12 lg:w-10/12">
<div class="w-10/12">
<h1 class="font-bold my-4 text-2xl">
{name}
</h1>
Expand Down

0 comments on commit bdfb175

Please sign in to comment.