File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
web-app/src/app/navigation Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66 </ button >
77 </ div >
88
9- < div >
9+ < div class =" title " >
1010 < span class ="filter-event "> {{filteredEvent.name}}</ span >
1111 < span *ngIf ="filteredTeams " class ="filter-teams "> < span > > {{filteredTeams}}</ span > </ span >
1212 < span *ngIf ="filteredInterval " class ="filter-interval "> {{filteredInterval}}</ span >
1919 < button mat-icon-button class ="navigation-options " [matMenuTriggerFor] ="menu ">
2020 < mat-icon > more_vert</ mat-icon >
2121 </ button >
22- < mat-menu #menu =" matMenu " >
22+ < mat-menu #menu >
2323 < a mat-menu-item [routerLink] ="['/profile'] ">
2424 < mat-icon > account_circle</ mat-icon >
2525 < span > Profile</ span >
Original file line number Diff line number Diff line change 2222}
2323
2424.title {
25- margin-left : 16px ;
25+ margin-top : 0.2rem ;
26+ font-size : 0.75em ;
2627}
2728
2829.profile-avatar {
You can’t perform that action at this time.
0 commit comments