mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-04 11:27:57 +02:00
fix no asset preview icon position
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -469,18 +469,20 @@
|
||||
</button>
|
||||
{:else}
|
||||
<div
|
||||
class="w-12 h-12 rounded flex items-center justify-center text-xs text-gray-600"
|
||||
class="w-12 h-12 rounded !flex items-center justify-center text-xs text-gray-600"
|
||||
>
|
||||
No preview
|
||||
</div>
|
||||
{/if}
|
||||
{:catch}
|
||||
<div class="w-12 h-12 rounded flex items-center justify-center text-xs text-red-600">
|
||||
<div class="w-12 h-12 rounded !flex items-center justify-center text-xs text-red-600">
|
||||
Error
|
||||
</div>
|
||||
{/await}
|
||||
{:else}
|
||||
<div class="w-12 h-12 rounded flex items-center justify-center text-xs text-gray-500">
|
||||
<div
|
||||
class="w-12 h-12 rounded !flex items-center justify-center text-2xl leading-none text-gray-500"
|
||||
>
|
||||
📄
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user