Outline workspace

This commit is contained in:
Nate Butler 2023-09-07 16:25:02 -04:00
parent ab8a9e912f
commit e7760e1a3f
2 changed files with 5 additions and 3 deletions

View File

@ -23,7 +23,7 @@ impl<V: 'static> CollabPanelElement<V> {
// Panel
div()
.w_96()
.w_64()
.flex()
.flex_col()
.font("Zed Sans Extended")

View File

@ -425,9 +425,11 @@ impl WorkspaceElement {
)
.child(
div()
.flex()
.flex_1()
.fill(theme.lowest.warning.default.background)
.child(collab_panel()),
.child(collab_panel())
.child(div().flex_1().fill(theme.lowest.accent.default.background))
.child(div().w_64().fill(theme.lowest.positive.default.background)),
)
.child(
div()