Superpowered to do lists. No signup required.

๐Ÿ’„ udpate mobile view

Changed files
+4 -4
src
+3 -3
src/routes/+layout.svelte
··· 15 15 ); 16 16 17 17 function comingSoon() { 18 - toast("Coming soon!", { icon: "๐Ÿ™ˆ", position: "bottom-end" }); 18 + toast("Coming soon!", { icon: "๐Ÿ™ˆ", position: "top-center" }); 19 19 } 20 20 21 21 onMount(() => { ··· 26 26 </script> 27 27 28 28 <div class={`${theme_style} font-apfel flex flex-col w-full h-full min-w-screen min-h-screen p-8`}> 29 - <main class="p-4 w-full h-full"> 29 + <section class="p-4 w-full h-full"> 30 30 <slot /> 31 - </main> 31 + </section> 32 32 33 33 <aside class="z-50 absolute inset-x-0 bottom-0 !text-black flex w-full h-fit items-end justify-between p-8"> 34 34 <div class="flex flex-col justify-start gap-4">
+1 -1
src/routes/[id]/+page.svelte
··· 29 29 } 30 30 </script> 31 31 32 - <main class="flex flex-col w-full p-2 pb-12 lg:p-4 lg:pb-24 gap-8 text-xl lg:text-3xl"> 32 + <main class="flex flex-col w-full px-2 pt-8 pb-12 lg:p-4 lg:pb-24 gap-8 text-xl lg:text-3xl"> 33 33 {#if list} 34 34 <input 35 35 type="text"