Skip to content
Snippets Groups Projects
Commit 193bf208 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove outer card for more space

parent e6eb3120
1 merge request!192Resolve "comment view is over the timestamp in student mobile view" + 2 more fixes
...@@ -60,9 +60,7 @@ ...@@ -60,9 +60,7 @@
</mat-menu> </mat-menu>
</div> </div>
<mat-card class="outer-card" *ngIf="showComments().length > 0"> <app-comment *ngFor="let current of showComments()" [comment]="current"></app-comment>
<app-comment *ngFor="let current of showComments()" [comment]="current"></app-comment>
</mat-card>
<div *ngIf="comments.length < 1" fxLayout="row" fxLayoutAlign="center center" class="no-comments"> <div *ngIf="comments.length < 1" fxLayout="row" fxLayoutAlign="center center" class="no-comments">
<h4>{{ 'comment-page.no-comments' | translate }}</h4> <h4>{{ 'comment-page.no-comments' | translate }}</h4>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment