From d10d8bdebb76787213395d454f647489dd1cf0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 13 Mar 2020 13:04:50 +0100 Subject: [PATCH] Cleanup and simplify animation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/card/CardSidebar.vue | 5 + .../card/CardSidebarTabAttachments.vue | 119 ++++++++---------- 2 files changed, 56 insertions(+), 68 deletions(-) diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 6161e3485..121355b42 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -336,6 +336,11 @@ export default { } } + aside::v-deep section { + display: flex; + flex-direction: column; + } + .section-wrapper { display: flex; max-width: 100%; diff --git a/src/components/card/CardSidebarTabAttachments.vue b/src/components/card/CardSidebarTabAttachments.vue index 9fe95e786..d101603f3 100644 --- a/src/components/card/CardSidebarTabAttachments.vue +++ b/src/components/card/CardSidebarTabAttachments.vue @@ -21,9 +21,9 @@ -->