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: more layouting

+5 -5
+5 -5
src/routes/guestbook/+page.svelte
··· 29 29 maxlength="512" 30 30 required 31 31 /> 32 - <p class="place-self-end text-sm font-monospace"> 33 - --- posted by ... 34 - </p> 32 + <p class="place-self-end text-sm font-monospace">--- posted by ...</p> 35 33 </div> 36 34 <div class="entry flex flex-wrap gap-1.5 p-1"> 37 35 <p class="text-xl ms-2">auth via:</p> ··· 58 56 </div> 59 57 </Window> 60 58 <div class="grow" /> 61 - <div class="mb-[7vh] md:mb-0"> 59 + <div class="md:mb-[7vh]"> 62 60 <Window title="entries" iconUri="/icons/entries.png"> 63 61 <div class="flex flex-col gap-2 md:gap-4 2xl:w-[60ch]"> 64 62 {#if data.getRatelimited} ··· 81 79 </p> 82 80 <p class="justify-end self-center text-sm font-monospace">{date}</p> 83 81 </div> 84 - <p class="text-lg ml-0.5 max-w-[56ch]">{entry.content}</p> 82 + <p class="text-lg text-wrap overflow-hidden text-ellipsis ml-0.5 max-w-[56ch]"> 83 + {entry.content} 84 + </p> 85 85 <p 86 86 class="place-self-end text-sm font-monospace max-w-[16ch] md:max-w-[24ch] lg:max-w-[32ch] overflow-hidden text-ellipsis" 87 87 title={entry.author}