rewrite tracks page of the search view

This commit is contained in:
geoffrey45
2023-01-02 18:54:45 +03:00
committed by Mungai Njoroge
parent a8dc816d0b
commit 1d03b21caf
9 changed files with 65 additions and 302 deletions
+1 -15
View File
@@ -13,18 +13,4 @@ import AlbumCard from "@/components/shared/AlbumCard.vue";
import useSearchStore from "@/stores/search";
const search = useSearchStore();
</script>
<style lang="scss">
.search-albums-view.grid-page {
// max-height: 100%;
// display: grid;
// grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
// gap: 1.75rem 0;
// padding-bottom: 4rem;
padding-right: $small;
overflow: auto;
}
</style>
</script>