Files
TrulyMEM-TrueHumanMEM-local/graph_memory_tui/styles/app.css
JianFeeeee 68ea1908fd fix: Fix layout issues
- Simplify CSS layout
- Remove invalid CSS properties
- Fix left panel not showing
- Use simple dock layout
2026-04-10 17:41:51 +08:00

25 lines
324 B
CSS

/* Global Styles for Graph Memory TUI */
GraphMemoryApp {
background: $surface;
color: $text;
}
LeftPanel {
width: 1fr;
dock: left;
}
RightPanel {
width: 40;
dock: right;
background: $panel;
}
StatusBar {
dock: bottom;
height: 1;
background: $primary;
color: $text-primary;
}