Skip to content

Commit 5930f14

Browse files
authored
Merge pull request #4101 from crazyserver/MOBILE-4470
MOBILE-4470 database: Fix picture classname to match LMS
2 parents ad9c442 + 9a95ebc commit 5930f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/addons/mod/data/fields/picture/component/addon-mod-data-field-picture.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</ng-container>
1414

1515
<button class="as-link" *ngIf="listMode && imageUrl" (click)="navigateEntry()">
16-
<img [url]="imageUrl" [alt]="title" class="core-media-adapt-width listMode_picture" core-external-content />
16+
<img [url]="imageUrl" [alt]="title" class="core-media-adapt-width list_picture" core-external-content />
1717
</button>
1818

19-
<img *ngIf="showMode && imageUrl" [url]="imageUrl" [alt]="title" class="core-media-adapt-width listMode_picture" [attr.width]="width"
19+
<img *ngIf="showMode && imageUrl" [url]="imageUrl" [alt]="title" class="core-media-adapt-width list_picture" [attr.width]="width"
2020
[attr.height]="height" core-external-content />

0 commit comments

Comments
 (0)