fix: margin on download button

This commit is contained in:
Zoe
2026-08-10 16:20:03 -05:00
parent 8006fd67f3
commit d6de54f265
3 changed files with 26 additions and 2 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
.pi-subagents
# Local env files
.env
.env.*
!.env.example

View File

@@ -358,7 +358,7 @@ onBeforeUnmount(() => {
: "Preview (consumes one read)" : "Preview (consumes one read)"
}}</button }}</button
><button ><button
class="button button-large download-button" class="button button-large"
:disabled="downloading" :disabled="downloading"
@click="download" @click="download"
> >

View File

@@ -194,7 +194,6 @@ export default defineConfig({
"ready-badge": "ready-badge":
"w-fit flex items-center gap-[8px] mx-auto mb-[25px] py-[7px] px-[11px] rounded-full text-accent bg-[rgba(70,230,158,.08)] text-[12px] font-700", "w-fit flex items-center gap-[8px] mx-auto mb-[25px] py-[7px] px-[11px] rounded-full text-accent bg-[rgba(70,230,158,.08)] text-[12px] font-700",
"download-file": "mb-[22px]", "download-file": "mb-[22px]",
"download-button": "mt-[18px]",
preview: preview:
"mt-[26px] overflow-hidden border border-[var(--border)] rounded-[14px] bg-[var(--bg-deep)] [&_img]:w-full [&_img]:max-h-[460px] [&_img]:block [&_img]:object-contain [&_video]:w-full [&_video]:max-h-[460px] [&_video]:block [&_video]:object-contain", "mt-[26px] overflow-hidden border border-[var(--border)] rounded-[14px] bg-[var(--bg-deep)] [&_img]:w-full [&_img]:max-h-[460px] [&_img]:block [&_img]:object-contain [&_video]:w-full [&_video]:max-h-[460px] [&_video]:block [&_video]:object-contain",
"preview-caption": "preview-caption":