remove content apps when split view is open
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user