mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
style: fix timeline toolbar border to extend full width
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user