Skip to content

Commit

Permalink
fix(stats): skill icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckySoLucky committed Dec 15, 2024
1 parent bc98c3d commit eac8216
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/Skillbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<Tooltip.Root group="skills" openDelay={0} closeDelay={0}>
<Tooltip.Trigger class="group-data-[maxed=true]:shine absolute bottom-0 left-0 z-20 flex size-9 items-center justify-center rounded-full p-1 drop-shadow group-data-[maxed=false]:bg-icon group-data-[maxed=true]:bg-maxed">
<Avatar.Root class="select-none">
<!-- TODO: Add minecraft icons -->
<Avatar.Image class="pointer-events-none" src={skillData.texture} />
<Avatar.Image class="pointer-events-none size-[1.625rem]" src={skillData.texture} alt={skill} />
<Avatar.Fallback>
<BarChartHorizontal class="pointer-events-none size-6" />
</Avatar.Fallback>
Expand Down

0 comments on commit eac8216

Please sign in to comment.