Fix mobile view scrobble history

This commit is contained in:
Amelia 2025-06-21 11:44:23 +02:00
parent 830594b193
commit 5e47a011f1
No known key found for this signature in database
GPG key ID: D6D0ECE365407EAA

View file

@ -43,7 +43,7 @@
[sorts]="[{prop: 'createdUtc', dir: 'desc'}]"
>
<ngx-datatable-column prop="select" [sortable]="false" [draggable]="false" [resizeable]="false" [width]="50">
<ngx-datatable-column prop="select" [sortable]="false" [draggable]="false" [resizeable]="false">
<ng-template let-column="column" ngx-datatable-header-template>
<div class="form-check">
<input id="select-all" type="checkbox" class="form-check-input"