atproto explorer pdsls.dev
atproto tool

larger tab padding

juli.ee 8e4b04a6 e5aa42cf

verified
Changed files
+3 -3
src
+1 -1
src/views/pds.tsx
···
return (
<Show when={repos() || response()}>
<div class="flex w-full flex-col">
-
<div class="dark:shadow-dark-700 dark:bg-dark-300 mb-2 flex w-full justify-between rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 px-2 py-1.5 text-sm shadow-xs dark:border-neutral-700">
<div class="flex gap-3">
<Tab tab="repos" label="Repositories" />
<Tab tab="info" label="Info" />
···
return (
<Show when={repos() || response()}>
<div class="flex w-full flex-col">
+
<div class="dark:shadow-dark-700 dark:bg-dark-300 mb-2 flex w-full justify-between rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 p-2 text-sm shadow-xs dark:border-neutral-700">
<div class="flex gap-3">
<Tab tab="repos" label="Repositories" />
<Tab tab="info" label="Info" />
+1 -1
src/views/record.tsx
···
return (
<Show when={record()} keyed>
<div class="flex w-full flex-col items-center">
-
<div class="dark:shadow-dark-700 dark:bg-dark-300 mb-3 flex w-full justify-between rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 px-2 py-1.5 text-sm shadow-xs dark:border-neutral-700">
<div class="flex gap-3">
<RecordTab tab="record" label="Record" />
<RecordTab tab="schema" label="Schema" />
···
return (
<Show when={record()} keyed>
<div class="flex w-full flex-col items-center">
+
<div class="dark:shadow-dark-700 dark:bg-dark-300 mb-3 flex w-full justify-between rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 p-2 text-sm shadow-xs dark:border-neutral-700">
<div class="flex gap-3">
<RecordTab tab="record" label="Record" />
<RecordTab tab="schema" label="Schema" />
+1 -1
src/views/repo.tsx
···
<Show when={repo()}>
<div class="flex w-full flex-col gap-2 wrap-break-word">
<div
-
class={`dark:shadow-dark-700 dark:bg-dark-300 flex justify-between rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 px-2 py-1.5 text-sm shadow-xs dark:border-neutral-700`}
>
<div class="flex gap-2 text-xs sm:gap-4 sm:text-sm">
<Show when={!error()}>
···
<Show when={repo()}>
<div class="flex w-full flex-col gap-2 wrap-break-word">
<div
+
class={`dark:shadow-dark-700 dark:bg-dark-300 flex justify-between rounded-lg border-[0.5px] border-neutral-300 bg-neutral-50 p-2 text-sm shadow-xs dark:border-neutral-700`}
>
<div class="flex gap-2 text-xs sm:gap-4 sm:text-sm">
<Show when={!error()}>