mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
rounded w-16 h-16 object-cover
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user