mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Improve layout when resizing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user