fix: make design of imag egallery better

This commit is contained in:
Max Richter
2025-10-25 14:37:48 +02:00
parent f1e0654609
commit d62cdc7986
2 changed files with 38 additions and 16 deletions

View File

@@ -67,11 +67,11 @@
<button
class="flex-1 i-tabler-arrow-left"
aria-label="previous image"
on:click={() => setIndex(index - 1)} />
on:click={() => setIndex(index - 1)}></button>
<button
class="flex-1 i-tabler-arrow-right"
aria-label="next image"
on:click={() => setIndex(index + 1)} />
on:click={() => setIndex(index + 1)}></button>
</div>
</div>
{/if}