Add space between menus and player stack
This commit is contained in:
parent
ee336cb87f
commit
ae14f7bd92
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue