From afc23d3f2cf4f4ebc66e0210c15cc928402c77f4 Mon Sep 17 00:00:00 2001 From: Johannes Szeibert Date: Thu, 3 Nov 2022 13:10:17 +0000 Subject: [PATCH] minor style fixes Signed-off-by: Johannes Szeibert --- src/components/card/AttachmentList.vue | 2 +- src/components/card/Description.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue index 6a18cbd6c..5282f4c5e 100644 --- a/src/components/card/AttachmentList.vue +++ b/src/components/card/AttachmentList.vue @@ -173,7 +173,7 @@ export default { } }, attachmentPreview() { - return (attachment) => (attachment.extendedData.fileid ? generateUrl(`/core/preview?fileId=${attachment.extendedData.fileid}&x=64&y=64&a=true`) : null) + return (attachment) => (attachment.extendedData.fileid ? generateUrl(`/core/preview?fileId=${attachment.extendedData.fileid}&x=64&y=64`) : null) }, attachmentUrl() { return (attachment) => generateUrl(`/apps/deck/cards/${attachment.cardId}/attachment/${attachment.id}`) diff --git a/src/components/card/Description.vue b/src/components/card/Description.vue index e2cc4f277..6e6046c18 100644 --- a/src/components/card/Description.vue +++ b/src/components/card/Description.vue @@ -298,7 +298,7 @@ export default { } &:deep(input) { - min-height: auto; + height: auto; } &:deep(a) {