Improve layout when resizing

This commit is contained in:
Geomitron
2025-02-22 19:25:43 -06:00
parent 35d78e3563
commit 6e25c2abff
3 changed files with 16 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<app-search-bar />
<div class="flex flex-1 overflow-hidden">
<app-result-table #resultTable (rowClicked)="chartSidebar.onRowClicked($event)" />
<div class="basis-1/3 min-w-[310px] max-w-[512px]">
<div #chartSidebarDiv>
<app-chart-sidebar #chartSidebar />
</div>
</div>