make songcard less rounded

This commit is contained in:
geoffrey45
2023-04-17 02:25:59 +03:00
parent e8b7db4d98
commit f6e135a28c

View File

@@ -9,7 +9,7 @@
}"
:exit="{ opacity: 0, scale: 0.9 }"
>
<div class="sidebar-songcard rounded" v-wave>
<div class="sidebar-songcard rounded-sm" v-wave>
<router-link
:to="{
name: 'AlbumView',
@@ -21,7 +21,7 @@
<img
:src="imguri + q.currenttrack?.image"
alt=""
class="l-image rounded force-lm"
class="l-image rounded-sm force-lm"
/>
</router-link>
<div