Minimal aesthetic upgrades

This commit is contained in:
Leonardo Segala 2025-08-02 08:31:31 +02:00
parent ca0b441229
commit 78f03dec5d
3 changed files with 10 additions and 9 deletions

View file

@ -69,7 +69,7 @@
{#if returnError}
<Error {returnError} />
{:else}
<div class="flex w-full flex-col items-center justify-center p-4 lg:p-10">
<div class="flex w-full flex-col items-center justify-center py-4 px-2 lg:p-10">
<QueueSlider {queueSongs} {playingIndex} />
<div class="w-full py-6 lg:w-[30vw]">
<SuggestionInput roomId={data.roomId} />