Skip to content
Snippets Groups Projects
Commit bda2cc37 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Merge branch 'patch-1' into 'master'

Show the tool bar from the 3rd comment on

See merge request arsnova/arsnova-lite!260
parents d1f5c28f 5995cabc
1 merge request!260Show the tool bar from the 3rd comment on
Pipeline #27473 passed with stages
in 6 minutes and 58 seconds
<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>
......
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