forked from Github/frigate
Misc fixes (#14064)
* Add loading indicator when explore view is revalidating * Portal tooltip in object lifecycle pane * Better config file handling * Only manually set aspect ratio when using alert videos
This commit is contained in:
@@ -109,7 +109,7 @@ export function AnimatedEventCard({
|
||||
<div
|
||||
className="relative h-24 4k:h-32"
|
||||
style={{
|
||||
aspectRatio: aspectRatio,
|
||||
aspectRatio: alertVideos ? aspectRatio : undefined,
|
||||
}}
|
||||
onMouseEnter={isDesktop ? () => setIsHovered(true) : undefined}
|
||||
onMouseLeave={isDesktop ? () => setIsHovered(false) : undefined}
|
||||
|
||||
Reference in New Issue
Block a user