Skip to content

Commit f17aa32

Browse files
V-Ahmetvalievnnixaa
authored andcommitted
fix(toggle-settings-button): position while search open (#1993)
1 parent 59477c6 commit f17aa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/@theme/layouts/sample/sample.layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { StateService } from '../../../@core/utils';
1919
<nb-layout [center]="layout.id === 'center-column'" windowMode>
2020
<nb-layout-header fixed>
2121
<ngx-header [position]="sidebar.id === 'start' ? 'normal': 'inverse'"></ngx-header>
22+
<ngx-toggle-settings-button></ngx-toggle-settings-button>
2223
</nb-layout-header>
2324
2425
<nb-sidebar class="menu-sidebar"
@@ -57,7 +58,6 @@ import { StateService } from '../../../@core/utils';
5758
<ngx-theme-settings></ngx-theme-settings>
5859
</nb-sidebar>
5960
</nb-layout>
60-
<ngx-toggle-settings-button></ngx-toggle-settings-button>
6161
`,
6262
})
6363
export class SampleLayoutComponent implements OnDestroy {

0 commit comments

Comments
 (0)