add border to image thumbs

This commit is contained in:
inhji 2023-03-22 10:39:58 +01:00
parent 7657cd7da3
commit f90fba4e4c

View file

@ -18,7 +18,7 @@
<article>
<a href={"#image-#{image.id}"}>
<img
class="rounded-lg w-28 "
class="rounded-lg w-28 border"
src={Chiya.Uploaders.NoteImage.url({image.path, image}, :thumb_dithered)}
/>
</a>