(Mail) back arrow visibility updated for responsive

This commit is contained in:
mustafahlvc 2017-12-14 12:27:08 +03:00
parent 06b0c3775a
commit 5cf44962fc

View File

@ -85,7 +85,7 @@
</mat-menu>
</div>
<div *ngIf="currentMail" fxHide.gt-lg>
<div *ngIf="currentMail" fxHide.gt-xs>
<button mat-icon-button (click)="deSelectCurrentMail()">
<mat-icon>arrow_back</mat-icon>
</button>