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