data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

fix: add breakpoint to auto margins so it doesnt break mobile

dusk fb4d1c97 e5b4fdb0

+3 -3
+3 -3
src/routes/+page.svelte
··· 76 76 let { data }: Props = $props(); 77 77 </script> 78 78 79 - <div class="flex flex-col md:flex-row gap-2 md:gap-4 md:h-full h-card"> 80 - <div class="flex flex-col gap-2 md:gap-6 ml-auto place-items-end"> 79 + <div class="flex flex-col-reverse md:flex-row gap-2 md:gap-4 md:h-full h-card"> 80 + <div class="flex flex-col gap-2 md:gap-6 md:ml-auto place-items-end"> 81 81 <Window title="status" iconUri="/icons/msn.webp" removePadding> 82 82 {#if data.lastNote} 83 83 <div class="m-1.5 flex flex-col font-monospace text-sm"> ··· 221 221 </div> 222 222 </Window> 223 223 </div> 224 - <div class="flex flex-col gap-2 md:gap-3 mr-auto w-full md:w-fit place-items-start"> 224 + <div class="flex flex-col gap-2 md:gap-3 md:mr-auto w-full md:w-fit place-items-start"> 225 225 <Window title="links!" iconUri="/icons/contact.webp"> 226 226 <div 227 227 class="[width:40ch] prose prose-ralsei prose-ul:px-[0.9rem] prose-ul:leading-none prose-headings:leading-none"