mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 04:45:13 +03:00
Outline workspace
This commit is contained in:
parent
ab8a9e912f
commit
e7760e1a3f
@ -23,7 +23,7 @@ impl<V: 'static> CollabPanelElement<V> {
|
||||
|
||||
// Panel
|
||||
div()
|
||||
.w_96()
|
||||
.w_64()
|
||||
.flex()
|
||||
.flex_col()
|
||||
.font("Zed Sans Extended")
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user