chore: Fix timeline height

This commit is contained in:
Sidharth Vinod
2025-03-18 10:12:11 -07:00
parent ac308717f9
commit 9d1df6126b
+4 -1
View File
@@ -99,7 +99,10 @@
</Resizable.Pane>
{#if isHistoryOpen}
<Resizable.Handle class="ml-1 hidden opacity-0 md:block" />
<Resizable.Pane minSize={15} defaultSize={30} class="hidden h-full flex-grow md:flex">
<Resizable.Pane
minSize={15}
defaultSize={30}
class="hidden h-full flex-grow flex-col md:flex">
<History />
</Resizable.Pane>
{/if}