move loader to search bar

This commit is contained in:
geoffrey45
2021-12-31 21:56:38 +03:00
parent d74aee0c46
commit 1cb6843dc3
12 changed files with 76 additions and 68 deletions
+4 -3
View File
@@ -24,7 +24,7 @@
</div>
</div>
<div class="most-played">
<div class="image rounded"></div>
<div class="art image rounded"></div>
<div>
<div class="title">Girl Of My Dreams</div>
<div class="artist">Juice Wrld, Suga [BTS]</div>
@@ -76,7 +76,7 @@ export default {
width: 25rem;
height: 5rem;
.image {
.art {
width: 4rem;
height: 4rem;
background-image: url(../../assets/images/jw.jpeg);
@@ -96,7 +96,7 @@ export default {
.art {
width: 12rem;
height: 12rem;
background: no-repeat center/cover url(../../assets/images/null.webp);
background: no-repeat center/cover;
margin-right: 1rem;
}
@@ -116,6 +116,7 @@ export default {
.artist {
margin-top: $small;
color: rgba(255, 255, 255, 0.856);
}
}