minor style fixes

Signed-off-by: Johannes Szeibert <johannes@szeibert.de>
This commit is contained in:
Johannes Szeibert
2022-11-03 13:10:17 +00:00
committed by Julius Härtl
parent 1a654925e8
commit afc23d3f2c
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ export default {
} }
}, },
attachmentPreview() { 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() { attachmentUrl() {
return (attachment) => generateUrl(`/apps/deck/cards/${attachment.cardId}/attachment/${attachment.id}`) return (attachment) => generateUrl(`/apps/deck/cards/${attachment.cardId}/attachment/${attachment.id}`)

View File

@@ -298,7 +298,7 @@ export default {
} }
&:deep(input) { &:deep(input) {
min-height: auto; height: auto;
} }
&:deep(a) { &:deep(a) {