feat: mbile layout fixed!!

This commit is contained in:
not-nullptr 2024-11-12 17:27:32 +00:00
parent b68d1af875
commit a19f3d5982
1 changed files with 5 additions and 3 deletions

View File

@ -46,13 +46,15 @@
});
</script>
<div class="relative w-full" bind:this={dropdown}>
<div class="relative w-full min-w-fit" bind:this={dropdown}>
<button
class="font-display w-full justify-between overflow-hidden relative cursor-pointer px-3 border-2 border-solid flex items-center bg-background border-foreground-muted-alt rounded-xl p-2 focus:!outline-none"
class="font-display w-full min-w-fit justify-between overflow-hidden relative cursor-pointer px-3 border-2 border-solid flex items-center bg-background border-foreground-muted-alt rounded-xl p-2 focus:!outline-none"
onclick={toggle}
>
<!-- <p>{selected}</p> -->
<div class="grid grid-cols-1 grid-rows-1 w-fit text-left flex-grow-0">
<div
class="grid grid-cols-1 grid-rows-1 w-fit text-left flex-grow-0 pr-12"
>
{#key selected}
<p
in:blur={{