improve mobile responsiveness

This commit is contained in:
miloschwartz
2026-06-30 22:11:25 -04:00
parent f4854a3a74
commit bc759c5c9e
6 changed files with 66 additions and 57 deletions
@@ -29,8 +29,7 @@ export function LauncherResourceCard({
return (
<div
className={cn(
"flex min-w-0 flex-col gap-2.5 overflow-hidden rounded-xl border border-border bg-background p-4 transition-colors",
isClickable && "hover:bg-accent/40",
"flex min-w-0 flex-col gap-2.5 overflow-hidden rounded-xl border border-border bg-background p-4",
clickProps.className
)}
onClick={clickProps.onClick}