Skip to content

Commit

Permalink
make quick instances square to match elsewhere and add tint
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Dec 22, 2024
1 parent 39ab037 commit b48601e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ onUnmounted(() => {
>
<Avatar
:src="instance.icon_path ? convertFileSrc(instance.icon_path) : null"
circle
size="28px"
:tint-by="instance.path"
:class="`transition-all ${instance.install_stage !== 'installed' ? `brightness-[0.25] scale-[0.85]` : `group-hover:brightness-75`}`"
/>
<div
Expand Down

0 comments on commit b48601e

Please sign in to comment.