From eda7c5262488444c2231104b2a7c93e953c40272 Mon Sep 17 00:00:00 2001 From: alix Date: Thu, 27 Feb 2025 22:27:04 -0500 Subject: [PATCH] more transferring to different device --- AquaNet/src/pages/MaiPhoto.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/AquaNet/src/pages/MaiPhoto.svelte b/AquaNet/src/pages/MaiPhoto.svelte index b76e78ca..51514385 100644 --- a/AquaNet/src/pages/MaiPhoto.svelte +++ b/AquaNet/src/pages/MaiPhoto.svelte @@ -15,10 +15,10 @@
-

Here you can see the pictures you have uploaded.

+

Here you can see the pictures you have uploaded from mai.

{#each photos as photo} - Memorial + Memorial {/each} {#if photos.length === 0}

There are no photos available. Try uploading some!

@@ -31,7 +31,8 @@ .pictures display: flex - flex-direction: column + flex-wrap: wrap justify-content: center + row-gap: 1rem gap: 1rem