Restore timeline panel height without changing preview padding

This commit is contained in:
webadderall
2026-09-19 17:59:55 +10:00
parent 5cead769df
commit baea6afb90
@@ -59,7 +59,7 @@ export function EditorTimelinePanel(props: Props) {
return (
<div
className="flex flex-shrink-0 flex-col bg-transparent px-4 pb-4 pt-2"
style={{ height: "18%", minHeight: 148, maxHeight: 220 }}
style={{ height: "22%", minHeight: 180, maxHeight: 280 }}
>
<TimelineEditor
ref={timelineRef}