mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
remove nav mat-sidenav
This commit is contained in:
parent
6fb255ac22
commit
96d2d0a31d
@ -1,14 +1,3 @@
|
||||
<mat-sidenav-container (backdropClick)="sidenav.toggle()">
|
||||
<mat-sidenav #sidenav mode="side">
|
||||
<app-navigation [appTitle]="appTitle" [appLogo]="appLogo"></app-navigation>
|
||||
</mat-sidenav>
|
||||
|
||||
<mat-sidenav-content>
|
||||
<div class="sidenav-content">
|
||||
<!-- le contenu de side nav-->
|
||||
</div>
|
||||
</mat-sidenav-content>
|
||||
</mat-sidenav-container>
|
||||
<div id="big_container" [class]="themeClass">
|
||||
<app-header
|
||||
*ngIf="onHomePage || environment.display_menu_creation"
|
||||
|
Loading…
Reference in New Issue
Block a user