improvements + bookmarks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div *ngIf="comments" fxLayout="column" fxFlexFill class="comments">
|
||||
<ng-container *ngFor="let comment of comments.content; let i = index">
|
||||
<mat-divider *ngIf="i > 0"></mat-divider>
|
||||
<mat-divider class="divider" *ngIf="i > 0"></mat-divider>
|
||||
<ui-comment [comment]="comment" [change]="boundRefresh"></ui-comment>
|
||||
</ng-container>
|
||||
</div>
|
||||
@@ -1,3 +1,7 @@
|
||||
.comments {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.divider {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user