Skip to content

fixed nav-bar icons #2387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/app/core/shell/toolbar/toolbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
</div>

<div #languageSelector>
<mifosx-language-selector class="ml-1 language" fxHide.lt-md></mifosx-language-selector>
<mifosx-language-selector class="mr-1 language" fxHide.lt-md></mifosx-language-selector>
</div>

<button mat-icon-button [matMenuTriggerFor]="languageMenu">
<button mat-icon-button [matMenuTriggerFor]="languageMenu" fxHide.gt-sm>
<mat-icon class="lg-icon">language</mat-icon>
</button>

Expand All @@ -74,7 +74,7 @@
</div>

<div #appMenu>
<button mat-icon-button class="ml-1 img-button" [matMenuTriggerFor]="applicationMenu">
<button mat-icon-button class="img-button" [matMenuTriggerFor]="applicationMenu">
<img src="assets/images/user_placeholder.png" />
</button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/core/shell/toolbar/toolbar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
display: none;
}

@media (width <= 959px) {
@media (width <= 960px) {
.lg-icon {
display: block;
margin-left: 5px;
margin-left: 7px;
}
}
2 changes: 1 addition & 1 deletion src/app/shared/search-tool/search-tool.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.search-icon {
margin-left: 1rem;
// margin-left: 1rem;
display: flex;
align-items: center;
}