Skip to content

Commit

Permalink
fix clip times being left aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Nov 15, 2024
1 parent 6a7beb5 commit 9281903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/routes/editor/Timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export function Timeline() {
});
}}
/>
<SegmentContent class="bg-blue-50">
<SegmentContent class="bg-blue-50 justify-between">
<span class="text-black-transparent-60 text-[0.625rem] mt-auto">
{formatTime(segment.start)}
</span>
Expand Down

1 comment on commit 9281903

@vercel
Copy link

@vercel vercel bot commented on 9281903 Nov 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.