DanielMorales9 / gym

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix desktop view-->

todo opened this issue · comments

commented

<!--TODO fix desktop view-->
<mat-sidenav-container class="main-sidenav-container">
<mat-sidenav class="main-sidenav" #snav [hidden]="!authenticated" [opened]="screenWidth > 599" [mode]="(screenWidth <= 599) ? 'over' : 'side'">
<mat-toolbar *ngIf="screenWidth <= 599">


This issue was generated by todo based on a TODO comment in dd3707d. It's been assigned to @DanielMorales9 because they committed the code.