mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 17:47:37 +03:00
tweak
This commit is contained in:
parent
c215a60f2c
commit
b5be4ad88f
@ -198,7 +198,7 @@ export function MotionSegment({
|
||||
onTouchEnd={(event) => handleTouchStart(event, segmentClick)}
|
||||
>
|
||||
{isFirstSegmentWithoutRecording && (
|
||||
<div className="absolute bottom-[0px] left-0 right-0 h-[1px] bg-primary-variant/50" />
|
||||
<div className="absolute bottom-[0px] left-0 right-0 h-[1px] bg-primary-variant/40" />
|
||||
)}
|
||||
{isLastSegmentWithoutRecording && (
|
||||
<div className="absolute -top-[1px] left-0 right-0 h-[1px] bg-primary-variant/50" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user