@ -9,13 +9,6 @@
< div class = "flex-column" style = "text-align: center; margin-top: 5px;" >
< div > {{topBarTitle}}< / div >
< / div >
< div class = "flex-column" style = "text-align: right; align-items: flex-end;" >
< button * ngIf = "allowThemeChange" mat-icon-button ( click ) = " flipTheme ( ) " > < mat-icon > {{(postsService.theme.key === 'default') ? 'brightness_5' : 'brightness_2'}}< / mat-icon > < / button >
< / div >
< / div >
< div class = "flex-column" style = "text-align: center; margin-top: 5px;" >
< div > {{topBarTitle}}< / div >
< / div >
< div class = "flex-column" style = "text-align: right; align-items: flex-end;" >
< button [ matMenuTriggerFor ] = " menuSettings " mat-icon-button > < mat-icon > more_vert< / mat-icon > < / button >
< mat-menu # menuSettings = "matMenu" >
@ -32,7 +25,7 @@
< / div >
< / div >
< / mat-toolbar >
< / div >
< div style = "height: calc(100% - 64px)" >
< mat-sidenav-container style = "height: 100%" >
< mat-sidenav # sidenav >