rebuild search route with custom pages for tracks, album, and artists

This commit is contained in:
geoffrey45
2022-10-01 01:30:14 +03:00
committed by Mungai Njoroge
parent 264406aef4
commit 8e258eaf24
20 changed files with 240 additions and 60 deletions
+1
View File
@@ -30,6 +30,7 @@ defineProps<{
gap: $small;
padding: $medium;
border-radius: 1rem;
height: fit-content;
&:hover {
background-color: $gray4;
+1
View File
@@ -32,6 +32,7 @@ defineProps<{
padding: 1.2rem 1rem !important;
font-size: 0.9rem;
font-weight: bolder;
height: fit-content;
&:hover {
background-color: $gray4;