Merge pull request #4101 from crazyserver/MOBILE-4470

MOBILE-4470 database: Fix picture classname to match LMS
main
Dani Palou 2024-06-20 12:45:33 +02:00 committed by GitHub
commit 5930f1426d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
</ng-container>
<button class="as-link" *ngIf="listMode && imageUrl" (click)="navigateEntry()">
<img [url]="imageUrl" [alt]="title" class="core-media-adapt-width listMode_picture" core-external-content />
<img [url]="imageUrl" [alt]="title" class="core-media-adapt-width list_picture" core-external-content />
</button>
<img *ngIf="showMode && imageUrl" [url]="imageUrl" [alt]="title" class="core-media-adapt-width listMode_picture" [attr.width]="width"
<img *ngIf="showMode && imageUrl" [url]="imageUrl" [alt]="title" class="core-media-adapt-width list_picture" [attr.width]="width"
[attr.height]="height" core-external-content />