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 {
|
LeftPanel {
|
||||||
width: 1fr;
|
width: 1fr;
|
||||||
height: 100%;
|
|
||||||
dock: left;
|
dock: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
LeftPanel MessageHistory {
|
|
||||||
height: 1fr;
|
|
||||||
}
|
|
||||||
|
|
||||||
LeftPanel InputBox {
|
|
||||||
height: 3;
|
|
||||||
dock: bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
RightPanel {
|
RightPanel {
|
||||||
width: 40;
|
width: 40;
|
||||||
height: 100%;
|
|
||||||
dock: right;
|
dock: right;
|
||||||
background: $panel;
|
background: $panel;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user