frontend: Show profile button and update icon division styles in console navigation
This commit is contained in:
parent
19e7c48fd0
commit
1aa6c8a383
@ -13,10 +13,6 @@
|
||||
|
||||
<span class="toolbar-spacer"></span>
|
||||
|
||||
<!-- <button mat-icon-button aria-label="Profile" id="profile-btn">
|
||||
<mat-icon>account_circle</mat-icon>
|
||||
</button> -->
|
||||
|
||||
<button
|
||||
mat-icon-button
|
||||
(click)="toggleTheme()"
|
||||
@ -26,6 +22,11 @@
|
||||
>
|
||||
<mat-icon>{{ isDarkMode() ? 'wb_sunny' : 'nights_stay' }}</mat-icon>
|
||||
</button>
|
||||
|
||||
<span class="icon-division"></span>
|
||||
<button mat-icon-button aria-label="Profile" id="profile-btn" [matTooltip]="'My profile'" aria-label="Profile">
|
||||
<mat-icon>account_circle</mat-icon>
|
||||
</button>
|
||||
<button mat-icon-button (click)="onLogoutClicked.emit()" matTooltip="Logout" aria-label="Logout" id="logout-btn">
|
||||
<mat-icon>logout</mat-icon>
|
||||
</button>
|
||||
|
||||
@ -14,8 +14,10 @@ mat-toolbar {
|
||||
@extend .ov-nav-toolbar;
|
||||
}
|
||||
|
||||
.toolbar-spacer {
|
||||
@extend .toolbar-spacer;
|
||||
.icon-division {
|
||||
height: 30%;
|
||||
border: 1px solid var(--ov-meet-text-hint);
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.expanded {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user