fix: margin on download button
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal 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
|
||||||
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user