mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 15:52:07 +03:00
Add space between menus and player stack
This commit is contained in:
parent
ee336cb87f
commit
ae14f7bd92
@ -92,7 +92,7 @@ impl Render for CollabTitlebarItem {
|
||||
.gap_1()
|
||||
.children(self.render_project_host(cx))
|
||||
.child(self.render_project_name(cx))
|
||||
.children(self.render_project_branch(cx))
|
||||
.child(div().pr_1().children(self.render_project_branch(cx)))
|
||||
.when_some(
|
||||
current_user.clone().zip(client.peer_id()).zip(room.clone()),
|
||||
|this, ((current_user, peer_id), room)| {
|
||||
|
Loading…
Reference in New Issue
Block a user