Add top margin to upload modal
This commit is contained in:
@@ -138,7 +138,9 @@ async function submit() {
|
|||||||
hide-default-actions
|
hide-default-actions
|
||||||
no-dismiss
|
no-dismiss
|
||||||
>
|
>
|
||||||
<h2 class="text-2xl font-bold">{{ t('page.quest.upload_title') }}</h2>
|
<h2 class="mt-16 text-2xl font-bold">
|
||||||
|
{{ t('page.quest.upload_title') }}
|
||||||
|
</h2>
|
||||||
<p v-if="compressing" class="text-lg">
|
<p v-if="compressing" class="text-lg">
|
||||||
{{ t('page.quest.upload_compress') }}
|
{{ t('page.quest.upload_compress') }}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user