From 004ee3f5266b46d500110d12195c7aba034b93a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6hrl?= Date: Wed, 17 Jun 2020 09:48:38 +0200 Subject: [PATCH] attach files in description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakob Röhrl --- src/components/AttachmentDragAndDrop.vue | 4 - src/components/card/AttachmentList.vue | 140 +++++++++---- .../card/CardSidebarTabAttachments.vue | 188 +----------------- 3 files changed, 110 insertions(+), 222 deletions(-) diff --git a/src/components/AttachmentDragAndDrop.vue b/src/components/AttachmentDragAndDrop.vue index c901d359e..4d24cfe97 100644 --- a/src/components/AttachmentDragAndDrop.vue +++ b/src/components/AttachmentDragAndDrop.vue @@ -207,8 +207,4 @@ export default { margin: 20px 20px 60px 20px; } - .modal__content button { - float: right; - margin: 40px 3px 3px 0; - } diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue index c6a05c7f8..137a574f4 100644 --- a/src/components/card/AttachmentList.vue +++ b/src/components/card/AttachmentList.vue @@ -21,54 +21,87 @@ -->