more transferring to different device

pull/119/head
alix 2025-02-27 22:27:04 -05:00
parent 6733a0b873
commit eda7c52624
1 changed files with 4 additions and 3 deletions

View File

@ -15,10 +15,10 @@
<main>
<div class="content-main">
<p>Here you can see the pictures you have uploaded.</p>
<p>Here you can see the pictures you have uploaded from mai.</p>
<div class="pictures">
{#each photos as photo}
<img class="rounded-2xl" src="{AQUA_HOST}/api/v2/game/mai2/my-photo/{photo}?token={token}" alt="Memorial" />
<img class="rounded-2xl max-w-sm" src="{AQUA_HOST}/api/v2/game/mai2/my-photo/{photo}?token={token}" alt="Memorial" />
{/each}
{#if photos.length === 0}
<p>There are no photos available. Try uploading some!</p>
@ -31,7 +31,8 @@
.pictures
display: flex
flex-direction: column
flex-wrap: wrap
justify-content: center
row-gap: 1rem
gap: 1rem
</style>