mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
use tabs to seperate search results
This commit is contained in:
@@ -17,7 +17,7 @@ const imguri = paths.images.artist;
|
||||
|
||||
defineProps<{
|
||||
artist: any;
|
||||
color: string;
|
||||
color?: string;
|
||||
}>();
|
||||
|
||||
</script>
|
||||
|
||||
@@ -97,7 +97,6 @@ const playThis = (track: Track) => {
|
||||
}
|
||||
|
||||
.track-item {
|
||||
width: 26.55rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user