Adjust dots and iframe heights
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m58s
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m58s
This commit is contained in:
parent
c826f3d0be
commit
835bfb1fa5
@ -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">
|
||||
|
||||
@ -48,7 +48,7 @@ const src = computed(() => {
|
||||
frameborder="0"
|
||||
width="100%"
|
||||
scrolling="auto"
|
||||
class="min-h-[30rem]"
|
||||
class="min-h-[64rem]"
|
||||
/>
|
||||
</ClientOnly>
|
||||
</AppSection>
|
||||
|
||||
@ -110,7 +110,7 @@ const src = computed(() => {
|
||||
frameborder="0"
|
||||
width="100%"
|
||||
scrolling="auto"
|
||||
class="min-h-[30rem]"
|
||||
class="min-h-[64rem]"
|
||||
/>
|
||||
</ClientOnly>
|
||||
</AppSection>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user