Skip to content

Commit 94c62ed

Browse files
committed
fix: update hover effect for ImageViewer component
1 parent dc9054c commit 94c62ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ImageViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
border: '1px solid var(--vp-c-border)',
1212
boxShadow: '0 4px 12px rgba(0, 0, 0, 0.1)',
1313
}"
14-
class="transition-transform duration-200 ease-in-out hover:scale-[1.02]"
14+
class="transition-transform duration-200 ease-in-out hover:-translate-y-1 hover:shadow-xl"
1515
/>
1616
</a>
1717
<p v-if="caption" class="mt-4 font-medium">

0 commit comments

Comments
 (0)