Merge pull request #59 from ibs0d/claude/remove-grid-spacing-E0vKX

Remove rounded corners from CameraImage (visible during stream load)
This commit is contained in:
ibs0d 2026-03-16 19:40:56 +11:00 committed by GitHub
commit 00acb95be4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,13 +93,12 @@ export default function CameraImage({
? "h-full w-auto" ? "h-full w-auto"
: "h-auto w-full" : "h-auto w-full"
: "invisible", : "invisible",
"rounded-lg md:rounded-2xl",
)} )}
onLoad={handleImageLoad} onLoad={handleImageLoad}
loading="lazy" loading="lazy"
/> />
) : ( ) : (
<div className="size-full rounded-lg border-2 border-muted bg-background_alt text-center md:rounded-2xl" /> <div className="size-full border-2 border-muted bg-background_alt text-center" />
)} )}
{!imageLoaded && enabled ? ( {!imageLoaded && enabled ? (
<div className="absolute bottom-0 left-0 right-0 top-0 flex items-center justify-center"> <div className="absolute bottom-0 left-0 right-0 top-0 flex items-center justify-center">