mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: border issue
This commit is contained in:
@@ -202,7 +202,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 border-b h-10">
|
<div className="flex items-center justify-between px-2 py-1 border-b-px h-10">
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
<TooltipProvider delayDuration={500}>
|
<TooltipProvider delayDuration={500}>
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user