@@ -127,7 +127,7 @@
</div>
{#if dismissible}
- <div class=" absolute -top-2 -right-2">
+ <div class=" absolute -top-1 -right-1">
<button
class=" bg-gray-400 text-white border border-white rounded-full group-hover:visible invisible transition"
type="button"
@@ -19,6 +19,7 @@
{file}
name={file.meta.name}
type="file"
+ size={file.meta?.size ?? ''}
dismissible
on:click={() => {
dispatch('click', file.id);