atproto explorer pdsls.dev
atproto tool

tweak blob side icons

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