Skip to content

Commit

Permalink
fix(toggle-settings-button): position while search open (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Ahmetvaliev authored and nnixaa committed Jan 16, 2019
1 parent 59477c6 commit f17aa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/@theme/layouts/sample/sample.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit f17aa32

Please sign in to comment.