Skip to content
Snippets Groups Projects
Commit 0d571f54 authored by syuilo's avatar syuilo
Browse files

🎨

parent 352e16be
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,12 @@
@closed="emit('closed')"
>
<template #header>{{ i18n.ts.describeFile }}</template>
<div>
<MkDriveFileThumbnail class="thumbnail" :file="file" fit="contain" style="height: 100px;"/>
<MkSpacer :margin-min="20" :margin-max="28">
<MkDriveFileThumbnail :file="file" fit="contain" style="height: 100px; margin-bottom: 16px;"/>
<MkTextarea v-model="caption" autofocus :placeholder="i18n.ts.inputNewDescription">
<template #label>{{ i18n.ts.caption }}</template>
</MkTextarea>
</div>
</MkSpacer>
</XModalWindow>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment