schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(popup): make modal full width

willow 4737a368 3ab0081a

+2 -2
+2 -2
src/entrypoints/popup/components/Modal.svelte
··· 15 15 onclick={(e) => { 16 16 if (e.target === dialog) dialog.close(); 17 17 }} 18 - class="relative m-auto rounded-lg bg-ctp-base text-ctp-text backdrop:backdrop-blur-md open:animate-zoom-in"> 19 - <button autofocus onclick={() => dialog?.close()} class="small absolute top-0 right-0 m-2 bg-ctp-surface1" 18 + class="bg-ctp-base text-ctp-text open:animate-zoom-in relative m-auto w-screen rounded-lg backdrop:backdrop-blur-md"> 19 + <button autofocus onclick={() => dialog?.close()} class="small bg-ctp-surface1 absolute top-0 right-0 m-2" 20 20 ><X /></button> 21 21 22 22 <div class="p-4">