Skip to content

Commit c6be274

Browse files
authored
fix (#78)
1 parent d20a061 commit c6be274

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/community/modules/ModelCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139

140140
<div
141-
class="absolute right-3 top-3 min-w-[24px] h-[24px] flex items-center justify-center z-10"
141+
class="absolute right-3 top-4 min-w-[24px] h-[24px] flex items-center justify-center z-10"
142142
@click.prevent.stop="$emit('action', model)"
143143
>
144144
<vTooltips :tips="actionTooltipText">

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.15
1+
1.2.16

0 commit comments

Comments
 (0)