mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Add compact table and update themes
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
<app-search-bar />
|
||||
<div class="flex flex-1 overflow-hidden">
|
||||
<div
|
||||
#resultTableDiv
|
||||
class="basis-2/3 flex-1 overflow-y-auto scrollbar scrollbar-w-2 scrollbar-h-2 scrollbar-track-base-300 scrollbar-thumb-neutral scrollbar-thumb-rounded-full"
|
||||
(scroll)="resultTable.tableScrolled($event)">
|
||||
<app-result-table #resultTable (rowClicked)="chartSidebar.onRowClicked($event)" />
|
||||
</div>
|
||||
<app-result-table #resultTable (rowClicked)="chartSidebar.onRowClicked($event)" />
|
||||
<div class="basis-1/3 min-w-[310px] max-w-[512px]">
|
||||
<app-chart-sidebar #chartSidebar />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user