mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore(ui): more balance play icon
This commit is contained in:
parent
ccd0c684e3
commit
9cbe142509
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
class="play-icon absolute flex opacity-0 no-hover:opacity-100 items-center justify-center w-[32px] aspect-square rounded-full top-1/2
|
||||
left-1/2 -translate-x-1/2 -translate-y-1/2 bg-k-highlight group-hover:opacity-100 duration-500 transition z-20"
|
||||
>
|
||||
<Icon :icon="faPlay" class="ml-1 text-white" size="lg" />
|
||||
<Icon :icon="faPlay" class="ml-0.5 text-white" size="lg" />
|
||||
</span>
|
||||
</button>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue