Adjust dots and iframe heights
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m58s

This commit is contained in:
Dominik Milacher 2025-11-21 21:52:17 +01:00
parent c826f3d0be
commit 835bfb1fa5
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ function updateVersion(img: string) {
dots: 'absolute inset-x-0 -bottom-0 flex flex-wrap items-center justify-center gap-2 @md:gap-3 translate-y-0.5',
prev: 'start-0 sm:-start-0 -top-4 -translate-y-0',
next: 'end-0 sm:-end-0 -top-4 -translate-y-0',
dot: 'w-3 @md:w-4 h-1',
dot: 'w-2 @md:w-4 h-1',
}"
>
<div class="h-60 flex flex-row justify-center">

View File

@ -48,7 +48,7 @@ const src = computed(() => {
frameborder="0"
width="100%"
scrolling="auto"
class="min-h-[30rem]"
class="min-h-[64rem]"
/>
</ClientOnly>
</AppSection>

View File

@ -110,7 +110,7 @@ const src = computed(() => {
frameborder="0"
width="100%"
scrolling="auto"
class="min-h-[30rem]"
class="min-h-[64rem]"
/>
</ClientOnly>
</AppSection>