feat(ui): add ExchangesPage with full-width and 3-column modes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
22
ui/src/pages/Exchanges/ExchangesPage.module.css
Normal file
22
ui/src/pages/Exchanges/ExchangesPage.module.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.threeColumn {
|
||||
display: grid;
|
||||
grid-template-columns: 280px 1fr;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.rightPanel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.emptyRight {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
color: var(--text-muted);
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
Reference in New Issue
Block a user