mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Make snapshots and thumbnails left justified in the review pane
This commit is contained in:
parent
82521b3ab2
commit
6df139bb38
@ -279,7 +279,7 @@ function EventItem({
|
||||
<>
|
||||
<div
|
||||
className={cn(
|
||||
"relative",
|
||||
"relative mr-auto",
|
||||
!event.has_snapshot && "flex flex-row items-center justify-center",
|
||||
)}
|
||||
onMouseEnter={isDesktop ? () => setHovered(true) : undefined}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user