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
@@ -97,7 +97,7 @@ export function TimelineCacheIndicator({
key={index} key={index}
className={cn( className={cn(
"absolute top-0 h-px", "absolute top-0 h-px",
segment.cached ? "bg-primary" : "bg-border" segment.cached ? "bg-primary" : "bg-transparent"
)} )}
style={{ style={{
left: `${startX}px`, left: `${startX}px`,
@@ -192,7 +192,7 @@ export function TimelineToolbar({
const currentBookmarked = isBookmarked(currentTime); const currentBookmarked = isBookmarked(currentTime);
return ( 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"> <div className="flex items-center gap-1 w-full">
<TooltipProvider delayDuration={500}> <TooltipProvider delayDuration={500}>
<Tooltip> <Tooltip>