Minimal aesthetic upgrades
This commit is contained in:
parent
ca0b441229
commit
78f03dec5d
3 changed files with 10 additions and 9 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue