From cebdaee62a0fcec7d6305d21af32d8cd88070d8d Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 1 Sep 2022 08:52:44 +0200 Subject: [PATCH] Make the app content list 300px min Signed-off-by: Christoph Wurst --- src/components/NcAppContent/NcAppContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcAppContent/NcAppContent.vue b/src/components/NcAppContent/NcAppContent.vue index 20f6c6cf08..c79b531cd7 100644 --- a/src/components/NcAppContent/NcAppContent.vue +++ b/src/components/NcAppContent/NcAppContent.vue @@ -367,7 +367,7 @@ export default { transition: none; &-list { - min-width: 200px; + min-width: 300px; position: sticky; top: var(--header-height);