From ce0d2a0d41919f96d436d6628e5e9b11a38b86fa 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 | 143 +++++++++---- src/components/card/CardSidebar.vue | 1 - .../card/CardSidebarTabAttachments.vue | 192 +----------------- 4 files changed, 113 insertions(+), 227 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 9a430afb7..c26db7d87 100644 --- a/src/components/card/AttachmentList.vue +++ b/src/components/card/AttachmentList.vue @@ -21,54 +21,87 @@ -->