forked from pdsls.dev/pdsls
this repo has no description

remove batch delete border

Changed files
+1 -6
src
+1 -6
src/views/collection.tsx
··· 160 160 <div class="z-5 dark:bg-dark-800 sticky top-0 mb-2 flex w-full flex-col items-center justify-center gap-2 border-b border-neutral-500 bg-zinc-50 py-3"> 161 161 <div class="flex w-full items-center gap-2"> 162 162 <Show when={loginState() && agent.sub === did}> 163 - <div 164 - classList={{ 165 - "flex items-center gap-x-2": true, 166 - "border py-1.5 px-2 rounded-md border-neutral-500": batchDelete(), 167 - }} 168 - > 163 + <div class="flex items-center gap-x-2"> 169 164 <Tooltip 170 165 text={batchDelete() ? "Cancel" : "Delete"} 171 166 children={