Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hopperelec committed Apr 13, 2024
1 parent a955f92 commit 72cbc1e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/routes/game/[gameId=id]/end/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
<Leaderboard currentUserId={data.userId} orderedPlayers={data.players} />
</div>
<div id="map-container">
<SVGMap bind:this={map} imgURL={data.mapImgURL} onSuccess={onMapSuccess} />
<SVGMap
bind:this={map}
imgURL={data.mapImgURL}
onSuccess={onMapSuccess}
/>
</div>
</div>
<a class="button" href="/game">New game</a>
Expand Down Expand Up @@ -97,7 +101,8 @@
}
}
#center-container, #leaderboard-container {
#center-container,
#leaderboard-container {
/* Prevent overflow */
min-height: 0;
max-height: 100%;
Expand Down

0 comments on commit 72cbc1e

Please sign in to comment.