atmosphere explorer
0
fork

Configure Feed

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

add margin to tabs

Juliet 85ea038b de032a14

+3 -3
+1 -1
src/views/pds.tsx
··· 129 129 <Show when={repos() || response()}> 130 130 <div class="flex w-full flex-col"> 131 131 <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"> 132 - <div class="flex gap-3"> 132 + <div class="ml-1 flex gap-3"> 133 133 <Tab tab="repos" label="Repositories" /> 134 134 <Tab tab="info" label="Info" /> 135 135 </div>
+1 -1
src/views/record.tsx
··· 193 193 <Show when={record()} keyed> 194 194 <div class="flex w-full flex-col items-center"> 195 195 <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"> 196 - <div class="flex gap-3"> 196 + <div class="ml-1 flex gap-3"> 197 197 <RecordTab tab="record" label="Record" /> 198 198 <RecordTab tab="schema" label="Schema" /> 199 199 <RecordTab tab="backlinks" label="Backlinks" />
+1 -1
src/views/repo.tsx
··· 253 253 <div 254 254 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`} 255 255 > 256 - <div class="flex gap-2 text-xs sm:gap-4 sm:text-sm"> 256 + <div class="ml-1 flex gap-2 text-xs sm:gap-4 sm:text-sm"> 257 257 <Show when={!error()}> 258 258 <RepoTab tab="collections" label="Collections" /> 259 259 </Show>