Skip to content

Commit

Permalink
Fix some padding
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 11, 2023
1 parent e15b07c commit 5ff37f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<a [routerLink]="'/about' | localize" class="navbar-item">
{{ 'navbar.about' | translate }}
</a>
<app-header-language-picker class="navbar-item"></app-header-language-picker>
<app-header-bar-user *ngIf="userService.user; else loggedOut" class="navbar-item"></app-header-bar-user>
<app-header-language-picker class="navbar-item pr-0"></app-header-language-picker>
<app-header-bar-user *ngIf="userService.user; else loggedOut" class="navbar-item pl-0"></app-header-bar-user>
<ng-template #loggedOut>
<app-widget-signin-picker type="NAVBAR" [isRight]="true"></app-widget-signin-picker>
<app-widget-signin-picker type="NAVBAR" class="pl-0" [isRight]="true"></app-widget-signin-picker>
</ng-template>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n
Submodule i18n updated from 551791 to 779b65

0 comments on commit 5ff37f6

Please sign in to comment.