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