- Sidebar wrapper gets height:100% to fill window - Route-scoped Exchanges uses same Dashboard table (not compact ExchangeList) - 50:50 grid split: table on left, diagram on right when route selected - ContentTabs gets border-bottom and surface background for visibility Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
115 B
CSS
6 lines
115 B
CSS
.wrapper {
|
|
padding: 0.625rem 1.5rem 0;
|
|
border-bottom: 1px solid var(--border);
|
|
background: var(--surface);
|
|
}
|