This commit is contained in:
2023-10-23 16:23:23 +02:00
parent a48e49ab9c
commit 7d608c19e7

View File

@@ -118,7 +118,7 @@ watchEffect(async () => {
box-sizing: border-box; box-sizing: border-box;
} }
> img { > img {
@apply inline-block w-5 h-5 me-1; @apply inline-block w-5 h-5 mt-1 me-1;
} }
} }