rounded w-16 h-16 object-cover

This commit is contained in:
Benjamin Takats
2023-01-16 12:48:29 +01:00
parent 59b34f5375
commit 72b5c1bf99

View File

@@ -113,7 +113,7 @@ class LibraryItemTable extends DataTableComponent
fn($row) => $row->getFirstMediaUrl('main', 'thumb')
)
->attributes(fn($row) => [
'class' => 'rounded h-16',
'class' => 'rounded w-16 h-16 object-cover',
'alt' => $row->name.' Avatar',
])
->collapseOnMobile(),