Skip to content

Commit

Permalink
fix: node card style
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Dec 5, 2024
1 parent 7019040 commit 2152529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/proxies/ProxyNodeCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
:class="
twMerge(
'flex cursor-pointer flex-wrap items-center justify-end gap-1 rounded-md bg-base-200 p-2 shadow-md',
'flex cursor-pointer flex-wrap items-center justify-end gap-1 rounded-md bg-base-200 p-2 shadow-md transition hover:scale-105',
props.active && 'bg-primary text-primary-content',
truncateProxyName && isTruncated && 'tooltip text-left',
)
Expand Down

0 comments on commit 2152529

Please sign in to comment.