style: fix timeline toolbar border to extend full width

This commit is contained in:
Maze Winther 2025-08-31 22:39:20 +02:00
parent 45d0caf979
commit e43d79e4c5
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ export function TimelineCacheIndicator({
key={index}
className={cn(
"absolute top-0 h-px",
segment.cached ? "bg-primary" : "bg-border"
segment.cached ? "bg-primary" : "bg-transparent"
)}
style={{
left: `${startX}px`,

View File

@ -192,7 +192,7 @@ export function TimelineToolbar({
const currentBookmarked = isBookmarked(currentTime);
return (
<div className=" flex items-center justify-between px-2 py-1">
<div className=" flex items-center justify-between px-2 py-1 border-b">
<div className="flex items-center gap-1 w-full">
<TooltipProvider delayDuration={500}>
<Tooltip>