summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkFileCaptionEditWindow.vue
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-11-01 01:10:26 +0100
committerMar0xy <marie@kaifa.ch>2023-11-01 01:10:26 +0100
commit4781e542ff98549d2a7efb337431cef4473adbde (patch)
tree3fb724f05a1c5c04abf422e3706eba7861808c48 /packages/frontend/src/components/MkFileCaptionEditWindow.vue
parentchore: add attribution (diff)
downloadsharkey-4781e542ff98549d2a7efb337431cef4473adbde.tar.gz
sharkey-4781e542ff98549d2a7efb337431cef4473adbde.tar.bz2
sharkey-4781e542ff98549d2a7efb337431cef4473adbde.zip
upd: increase thumbnail size
Closes transfem-org/Sharkey#110
Diffstat (limited to 'packages/frontend/src/components/MkFileCaptionEditWindow.vue')
-rw-r--r--packages/frontend/src/components/MkFileCaptionEditWindow.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkFileCaptionEditWindow.vue b/packages/frontend/src/components/MkFileCaptionEditWindow.vue
index 28888fb9c8..b582b88712 100644
--- a/packages/frontend/src/components/MkFileCaptionEditWindow.vue
+++ b/packages/frontend/src/components/MkFileCaptionEditWindow.vue
@@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
>
<template #header>{{ i18n.ts.describeFile }}</template>
<MkSpacer :marginMin="20" :marginMax="28">
- <MkDriveFileThumbnail :file="file" fit="contain" style="height: 100px; margin-bottom: 16px;"/>
+ <MkDriveFileThumbnail :file="file" fit="contain" style="height: 193px; margin-bottom: 16px;"/>
<MkTextarea v-model="caption" autofocus :placeholder="i18n.ts.inputNewDescription">
<template #label>{{ i18n.ts.caption }}</template>
</MkTextarea>