use tabs to seperate search results

This commit is contained in:
geoffrey45
2022-05-22 19:29:16 +03:00
parent 6ef725c0ae
commit 6a2b87b48c
19 changed files with 463 additions and 346 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const imguri = paths.images.artist;
defineProps<{
artist: any;
color: string;
color?: string;
}>();
</script>
-1
View File
@@ -97,7 +97,6 @@ const playThis = (track: Track) => {
}
.track-item {
width: 26.55rem;
display: flex;
align-items: center;
border-radius: 0.5rem;