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:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user