Skip to content

Commit aa51a3c

Browse files
committed
fix title styling
1 parent e5e16d3 commit aa51a3c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

web-app/src/app/navigation/navigation.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -19,7 +19,7 @@
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>

web-app/src/app/navigation/navigation.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
}
2323

2424
.title {
25-
margin-left: 16px;
25+
margin-top: 0.2rem;
26+
font-size: 0.75em;
2627
}
2728

2829
.profile-avatar {

0 commit comments

Comments
 (0)