atmosphere explorer
0
fork

Configure Feed

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

reduce filter input shadow

Juliet 5fdb39f6 e1d01b5f

+1 -1
+1 -1
src/views/repo.tsx
··· 631 631 <Show when={nsids() && (!location.hash || location.hash.startsWith("#collections"))}> 632 632 <div class={`fixed ${isTouchDevice ? "bottom-8" : "bottom-12"} z-10 w-full max-w-lg`}> 633 633 <div 634 - class="dark:bg-dark-200 dark:shadow-dark-700 mx-3 flex cursor-text items-center gap-2 rounded-lg border border-neutral-200 bg-white px-3 shadow-md dark:border-neutral-700" 634 + class="dark:bg-dark-200 dark:shadow-dark-700 mx-3 flex cursor-text items-center gap-2 rounded-lg border border-neutral-200 bg-white px-3 shadow-sm dark:border-neutral-700" 635 635 onClick={(e) => { 636 636 const input = e.currentTarget.querySelector("input"); 637 637 if (e.target !== input) input?.focus();