fix: Fix layout issues

- Simplify CSS layout
- Remove invalid CSS properties
- Fix left panel not showing
- Use simple dock layout
This commit is contained in:
JianFeeeee
2026-04-10 17:41:51 +08:00
parent 60d2f60495
commit 68ea1908fd

View File

@ -7,22 +7,11 @@ GraphMemoryApp {
LeftPanel {
width: 1fr;
height: 100%;
dock: left;
}
LeftPanel MessageHistory {
height: 1fr;
}
LeftPanel InputBox {
height: 3;
dock: bottom;
}
RightPanel {
width: 40;
height: 100%;
dock: right;
background: $panel;
}