From 26884a0f71b88f405f0c1f493aced16a7e6730b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 1 Sep 2020 14:34:27 +0200 Subject: [PATCH] fixup! fixup! Bump @nextcloud/vue from 1.5.0 to 2.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/components/MailboxMessage.vue | 4 ++++ src/views/Home.vue | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/components/MailboxMessage.vue b/src/components/MailboxMessage.vue index a45c8b6fc9..af4aa7b021 100644 --- a/src/components/MailboxMessage.vue +++ b/src/components/MailboxMessage.vue @@ -242,4 +242,8 @@ export default { background-color: var(--color-background-dark); } } + +#app-content-wrapper { + display: flex; +} diff --git a/src/views/Home.vue b/src/views/Home.vue index 792ef86f3d..acc2d39214 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -121,5 +121,7 @@ export default { max-width: 900px; display: flex; flex-direction: column; + flex: 1 1 100%; + min-width: 0; }