@ -3,7 +3,7 @@
<button mat-icon-button (click)="navService.openNav()" *ngIf="loggedIn">
<mat-icon>menu</mat-icon>
</button>
<span>fLotte</span>
<span routerLink="/tableOverview" class="link">fLotte Dantenbank</span>
<button mat-icon-button [matMenuTriggerFor]="menu" id="menu-trigger-button">
<mat-icon>more_vert</mat-icon>
@ -7,9 +7,6 @@
#content {
flex: 1;
}
.mat-drawer-content {
//height: auto;
#navbar {
flex: none;
#menu-trigger-button {
@ -31,6 +31,11 @@ h2:before {
border-bottom: 2px solid #7fc600;
.link {
cursor: pointer;
outline: none;
.mat-list-item-content {
width: 100%;