mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
make time ago dense
This commit is contained in:
parent
33c80cf88c
commit
230c8ffae9
@ -141,7 +141,7 @@ export default function PreviewThumbnailPlayer({
|
|||||||
)}
|
)}
|
||||||
{!playingBack && (
|
{!playingBack && (
|
||||||
<div className="absolute left-[6px] right-[6px] bottom-1 flex justify-between text-white">
|
<div className="absolute left-[6px] right-[6px] bottom-1 flex justify-between text-white">
|
||||||
<TimeAgo time={review.start_time * 1000} />
|
<TimeAgo time={review.start_time * 1000} dense />
|
||||||
{config &&
|
{config &&
|
||||||
formatUnixTimestampToDateTime(review.start_time, {
|
formatUnixTimestampToDateTime(review.start_time, {
|
||||||
strftime_fmt:
|
strftime_fmt:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user