atmosphere explorer
0
fork

Configure Feed

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

add a bit of margin in record view

+1 -1
+1 -1
src/lib/json.tsx
··· 59 59 {Object.entries(data) 60 60 .toSorted() 61 61 .map(([key, value], index) => ( 62 - <div classList={{ "flex gap-2": true, "mt-4": index === 0 }}> 62 + <div classList={{ "flex gap-2 mt-0.5": true, "mt-4": index === 0 }}> 63 63 <div class="text-yellow-700 dark:text-amber-400"> 64 64 <div 65 65 class="group relative flex size-fit cursor-pointer items-center"