Skip to content

Commit 912b167

Browse files
committed
feat: hover state for file card
1 parent 05c971c commit 912b167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/ui/servers/ServerStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<NuxtLink
2929
:to="`/servers/manage/${serverId}/files`"
30-
class="relative min-h-[150px] w-full overflow-hidden rounded-2xl bg-bg-raised p-8"
30+
class="relative min-h-[150px] w-full overflow-hidden rounded-2xl bg-bg-raised p-8 transition-transform duration-100 hover:scale-105 active:scale-100"
3131
>
3232
<div class="flex flex-row items-center gap-2">
3333
<h2 class="m-0 text-3xl font-extrabold text-[var(--color-contrast)]">

0 commit comments

Comments
 (0)