mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
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:
commit
00acb95be4
@ -93,13 +93,12 @@ export default function CameraImage({
|
||||
? "h-full w-auto"
|
||||
: "h-auto w-full"
|
||||
: "invisible",
|
||||
"rounded-lg md:rounded-2xl",
|
||||
)}
|
||||
onLoad={handleImageLoad}
|
||||
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 ? (
|
||||
<div className="absolute bottom-0 left-0 right-0 top-0 flex items-center justify-center">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user