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:
3
resources/views/columns/library_items/image.blade.php
Normal file
3
resources/views/columns/library_items/image.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="flex items-center space-x-2">
|
||||
<img class="h-12" src="{{ $row->getFirstMediaUrl('main', 'thumb') }}" alt="{{ $row->name }}">
|
||||
</div>
|
||||
Reference in New Issue
Block a user