some UI refactors

This commit is contained in:
geoffrey45
2022-05-10 13:20:22 +03:00
parent b13dad4c34
commit 301f07bda5
14 changed files with 36 additions and 25 deletions
+3 -4
View File
@@ -6,7 +6,7 @@
}"
class="result-item"
>
<div class="_idk">
<div class="img">
<div
class="album-art image"
:style="{
@@ -38,12 +38,11 @@ defineProps<{
padding: $small;
border-radius: 0.75rem;
text-align: left !important;
background-color: $gray;
background-color: $gray4;
color: #ffffffde !important;
transition: all 0.5s ease;
// border: solid 1px $gray3;
._idk {
.img {
position: relative;
&:hover {