Move item grid to folder bug

This commit is contained in:
Čarodej
2022-04-06 10:55:15 +02:00
parent 657248aa43
commit 4ae4e70fe4
3 changed files with 22 additions and 24 deletions

View File

@@ -42,7 +42,7 @@
<!--Image thumbnail-->
<img
v-if="isImage && entry.data.attributes.thumbnail"
class="ml-0.5 h-12 w-12 rounded object-cover"
class="ml-0.5 h-12 w-12 rounded object-cover pointer-events-none"
:src="imageSrc"
alt=""
loading="lazy"