make time ago dense

This commit is contained in:
Nicolas Mowen 2024-02-22 06:51:35 -07:00
parent 33c80cf88c
commit 230c8ffae9

View File

@ -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: