File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,15 +277,15 @@ const LinkIcon = memo(({ link }: { link: ResponseLink }) => {
277277 data-checked = { isSelected }
278278 onClick = { ( e ) => handleLinkSelection ( link . id , e ) }
279279 className = { cn (
280- "group relative hidden shrink-0 items-center justify-center outline-none sm:flex" ,
280+ "group relative hidden size-8 shrink-0 items-center justify-center outline-none group-data-[variant=loose]/card-list:size-10 sm:flex" ,
281281 isSelectMode && "flex" ,
282282 ) }
283283 >
284284 { /* Link logo background circle */ }
285285 < div className = "absolute inset-0 shrink-0 rounded-full border border-neutral-200 opacity-0 transition-opacity group-data-[variant=loose]/card-list:sm:opacity-100" >
286286 < div className = "h-full w-full rounded-full border border-white bg-gradient-to-t from-neutral-100" />
287287 </ div >
288- < div className = "relative transition-[padding, transform] group-hover:scale-90 group-data-[variant=loose]/card-list:sm:p-2 " >
288+ < div className = "relative flex size-full items-center justify-center transition-transform group-hover:scale-90" >
289289 < div className = "hidden sm:block" >
290290 { link . archived ? (
291291 < BoxArchive
You can’t perform that action at this time.
0 commit comments