Add spaces between leave call and call status icons, and call status icons and user menu
This commit is contained in:
parent
b8134518d8
commit
ee336cb87f
1 changed files with 14 additions and 9 deletions
|
@ -209,6 +209,8 @@ impl Render for CollabTitlebarItem {
|
|||
)),
|
||||
)
|
||||
})
|
||||
.child(
|
||||
div()
|
||||
.child(
|
||||
IconButton::new("leave-call", ui::Icon::Exit)
|
||||
.style(ButtonStyle::Subtle)
|
||||
|
@ -220,6 +222,8 @@ impl Render for CollabTitlebarItem {
|
|||
.detach_and_log_err(cx);
|
||||
}),
|
||||
)
|
||||
.pr_2(),
|
||||
)
|
||||
.when(!read_only, |this| {
|
||||
this.child(
|
||||
IconButton::new(
|
||||
|
@ -296,6 +300,7 @@ impl Render for CollabTitlebarItem {
|
|||
}),
|
||||
)
|
||||
})
|
||||
.child(div().pr_2())
|
||||
})
|
||||
.map(|el| {
|
||||
let status = self.client.status();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue