Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Szeibert <johannes@szeibert.de>2022-11-03 16:10:17 +0300
committerJulius Härtl <jus@bitgrid.net>2022-11-10 11:05:36 +0300
commitafc23d3f2cf4f4ebc66e0210c15cc928402c77f4 (patch)
tree7f32bf92c8ae70b26c6b0a379b41effb2c59f8e2
parent1a654925e8296191914db2aadd11930bfa1111e7 (diff)
minor style fixes
Signed-off-by: Johannes Szeibert <johannes@szeibert.de>
-rw-r--r--src/components/card/AttachmentList.vue2
-rw-r--r--src/components/card/Description.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue
index 6a18cbd6..5282f4c5 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 e2cc4f27..6e6046c1 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) {