From be5b04238058dc99371ea265e963214189a5174e Mon Sep 17 00:00:00 2001
From: Pascal Syma
Date: Sun, 14 Sep 2025 18:56:40 +0200
Subject: [PATCH] Add top margin to upload modal
---
app/pages/hunt/[huntSlug]/[questSlug]/index.vue | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app/pages/hunt/[huntSlug]/[questSlug]/index.vue b/app/pages/hunt/[huntSlug]/[questSlug]/index.vue
index 64b7752..47bc0e7 100644
--- a/app/pages/hunt/[huntSlug]/[questSlug]/index.vue
+++ b/app/pages/hunt/[huntSlug]/[questSlug]/index.vue
@@ -138,7 +138,9 @@ async function submit() {
hide-default-actions
no-dismiss
>
- {{ t('page.quest.upload_title') }}
+
+ {{ t('page.quest.upload_title') }}
+
{{ t('page.quest.upload_compress') }}