fix alligment, remove scrollbars, clean up layout to support desktop properly

This commit is contained in:
2025-05-25 03:14:30 +02:00
parent 8e5adaec96
commit 6058a96258
12 changed files with 80 additions and 51 deletions

View File

@@ -3,7 +3,7 @@ import SongItem from '../components/SongItem.vue'
</script>
<template>
<main class="flex-1 flex-col overflow-scroll">
<main class="flex-1 flex-col overflow-y-scroll">
<p>Coming Soon...</p>
</main>
</template>