Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions css/apps/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading