remove content apps when split view is open

This commit is contained in:
Mads Rasmussen
2021-07-08 20:55:30 +02:00
parent 9b5322a7af
commit 42e689f253
2 changed files with 5 additions and 1 deletions

View File

@@ -103,6 +103,10 @@
}
}
.-split-view-active .umb-editor-header__name-and-description {
margin-right: 0;
}
.umb-editor-header__name-wrapper ng-form {
flex: 1 1 auto;
}

View File

@@ -93,7 +93,7 @@
</div>
<div ng-if="editor.variantApps">
<div ng-if="editor.variantApps && splitViewOpen !== true">
<umb-editor-navigation
data-element="editor-sub-views"
navigation="editor.variantApps"