diff --git a/src/components/NcAppContent/NcAppContent.vue b/src/components/NcAppContent/NcAppContent.vue index 03e28d4862..4671175f32 100644 --- a/src/components/NcAppContent/NcAppContent.vue +++ b/src/components/NcAppContent/NcAppContent.vue @@ -418,25 +418,17 @@ export default { } } } - .app-content-wrapper--vertical-split { + + &.splitpanes--vertical { .splitpanes__splitter { - width: 9px; - margin-left: -5px; - background-color: transparent; - border-left: none; + background-color: var(--color-main-background); + border-left: 1px solid var(--color-border); - &:before, - &:after { - display: none; + &::before, &::after { + background-color: var(--color-border); } } } - .app-content-wrapper--horizontal-split { - .splitpanes__splitter { - height: 9px; - margin-top: -5px; - } - } } .app-content-wrapper--show-list {