minor refactors

This commit is contained in:
geoffrey45
2022-02-19 22:12:10 +03:00
parent a6bb5059b0
commit 92c2443c7c
20 changed files with 121 additions and 104 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<div class="xartist border" :style="{ backgroundColor: `#${color}` }">
<div class="xartist" :style="{ backgroundColor: `#${color}` }">
<div
class="artist-image image"
:style="{ backgroundImage: `url('${artist.image}')` }"
@@ -24,7 +24,7 @@ export default {
width: 9em;
height: 11em;
border-radius: $small;
border-radius: 1rem;
display: flex;
flex-direction: column;
align-items: center;