mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-23 01:27:14 +02:00
Fixing filter reset button UI #587
This commit is contained in:
parent
86603dec48
commit
2185215ffc
@ -75,16 +75,16 @@
|
||||
[class.bg-primary]="option.selected"
|
||||
[class.bg-secondary]="!option.selected"
|
||||
>{{option.count}}</span>
|
||||
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<div class="card-body text-center" *ngIf="filter.options.length === 0" i18n>Nothing to filter</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<button class="btn btn-primary float-end" i18n (click)="reset()">Reset</button>
|
||||
<div class="row">
|
||||
<div class="col mt-2">
|
||||
<button class="btn btn-primary float-end" i18n (click)="reset()">Reset</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user