From 0bffe7b6428683c54aa1085b348098b6bc36b7c9 Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Sat, 23 Nov 2024 10:53:36 +0100 Subject: [PATCH] fix(NcAppContent): don't remove list when showing details in mobile or no-split mode Signed-off-by: Wolfgang --- src/components/NcAppContent/NcAppContent.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/NcAppContent/NcAppContent.vue b/src/components/NcAppContent/NcAppContent.vue index 9fe2ed0247..1181ede738 100644 --- a/src/components/NcAppContent/NcAppContent.vue +++ b/src/components/NcAppContent/NcAppContent.vue @@ -68,8 +68,12 @@ The list size must be between the min and the max width value. 'app-content-wrapper--mobile': isMobile,}"> - - +
+ +
+
+ +