From 6967ac14467de51bc6ab073dd8831b5fd0cb23d0 Mon Sep 17 00:00:00 2001 From: "@suet-kei.chan" Date: Wed, 29 Jul 2026 11:33:58 +0200 Subject: [PATCH] feat: remove separator border and round corners on main app content --- css/apps/apps.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/apps/apps.scss b/css/apps/apps.scss index 089a48c3..fb902200 100644 --- a/css/apps/apps.scss +++ b/css/apps/apps.scss @@ -17,6 +17,15 @@ } /* CONTENT --------------------------------------------------------- */ + +// Suppress the separator border/radius that Nextcloud core draws between +// the app-navigation and the app-content pane on wide viewports. +.content:not(.content--legacy) .app-navigation:not(.app-navigation--close) ~ .app-content { + border-inline-start: none !important; + border-start-start-radius: 0 !important; + border-end-start-radius: 0 !important; +} + #content, #content-vue { border-radius: 0;