diff --git a/src/app/components/shared/comment-list/comment-list.component.html b/src/app/components/shared/comment-list/comment-list.component.html index 5fe3482e1b664b6abaf91854bc00d4ecfd388b26..4f4b3ded6f9cd071db19048e586fe0ea4effe1bf 100644 --- a/src/app/components/shared/comment-list/comment-list.component.html +++ b/src/app/components/shared/comment-list/comment-list.component.html @@ -1,4 +1,4 @@ -<div fxLayout="row" id="search-container" *ngIf="comments.length > 0"> +<div fxLayout="row" id="search-container" *ngIf="comments.length > 2"> <mat-label fxLayoutAlign="center center"> <mat-icon class="search-icon">search</mat-icon> </mat-label> @@ -72,7 +72,7 @@ </mat-menu> </div> -<div fxLayout="row" fxLayoutAlign="center" *ngIf="comments.length < 1"> +<div fxLayout="row" fxLayoutAlign="center" *ngIf="comments.length < 3"> <button mat-fab class="fab-extended" (click)="openCreateDialog()"> {{'comment-list.add-comment' | translate}} <mat-icon class="add">add</mat-icon>