atmosphere explorer
0
fork

Configure Feed

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

tweak blob side icons

Juliet 754f268d 1dd7e26b

+3 -1
+3 -1
src/components/json.tsx
··· 137 137 <Show when={blob.mimeType === "video/mp4" && !hide()}> 138 138 <VideoPlayer did={repo} cid={blob.ref.$link} /> 139 139 </Show> 140 - <span class="flex flex-col items-center justify-between"> 140 + <span 141 + classList={{ "flex items-center justify-between gap-2": true, "flex-col": !hide() }} 142 + > 141 143 <Show when={blob.mimeType.startsWith("image/") || blob.mimeType === "video/mp4"}> 142 144 <Tooltip text={hide() ? "Show" : "Hide"}> 143 145 <button