mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
fix(toggle-settings-button): position while search open (#1993)
This commit is contained in:
parent
59477c6721
commit
f17aa32c6d
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@ import { StateService } from '../../../@core/utils';
|
|||
<nb-layout [center]="layout.id === 'center-column'" windowMode>
|
||||
<nb-layout-header fixed>
|
||||
<ngx-header [position]="sidebar.id === 'start' ? 'normal': 'inverse'"></ngx-header>
|
||||
<ngx-toggle-settings-button></ngx-toggle-settings-button>
|
||||
</nb-layout-header>
|
||||
|
||||
<nb-sidebar class="menu-sidebar"
|
||||
|
@ -57,7 +58,6 @@ import { StateService } from '../../../@core/utils';
|
|||
<ngx-theme-settings></ngx-theme-settings>
|
||||
</nb-sidebar>
|
||||
</nb-layout>
|
||||
<ngx-toggle-settings-button></ngx-toggle-settings-button>
|
||||
`,
|
||||
})
|
||||
export class SampleLayoutComponent implements OnDestroy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue