File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/views/animator/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const AnimatorScrubBar = ({ animation }: { animation: DcaAnimation | null }) =>
112112 return (
113113 < div className = "flex flex-col items-center justify-end h-full dark:bg-gray-800 bg-white" >
114114 < div className = "flex-grow relative w-full" >
115- < div className = "absolute - bottom-3 left-0 right-0 flex flex-row w-full" >
115+ < div className = "absolute bottom-0 left-0 right-0 flex flex-row w-full" >
116116 < div className = "flex-grow" > </ div >
117117 < ButtonWithTooltip tooltip = { `Stop Animation (${ stopName } )` } onClick = { onStop } className = "z-10 dark:bg-gray-900 bg-gray-200 px-1 rounded-tl-md pt-1 dark:text-gray-400 text-black hover:text-red-500 border-l-2 border-t-2 dark:border-black border-white" >
118118 < SVGStop className = "h-6 w-6" />
You can’t perform that action at this time.
0 commit comments