mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
redesign the load more button to match other buttons
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="artists-results" v-if="search.artists.value.length">
|
||||
<div class="grid">
|
||||
<div class="search-results-grid">
|
||||
<ArtistCard
|
||||
v-for="artist in search.artists.value"
|
||||
:key="artist.image"
|
||||
@@ -35,15 +35,8 @@ function loadMore() {
|
||||
.artist-image {
|
||||
width: 7rem;
|
||||
height: 7rem;
|
||||
aspect-ratio: 1 !important;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 0.75rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user