Revert "Improve completion, action and shared project popovers' layout"
This commit is contained in:
parent
b20b1d446f
commit
9f6072c6b6
5 changed files with 11 additions and 44 deletions
|
@ -125,7 +125,7 @@ impl Render for IncomingCallNotification {
|
|||
|
||||
cx.set_rem_size(ui_font_size);
|
||||
|
||||
h_flex().flex_grow().size_full().font(ui_font).child(
|
||||
div().size_full().font(ui_font).child(
|
||||
CollabNotification::new(
|
||||
self.state.call.calling_user.avatar_uri.clone(),
|
||||
Button::new("accept", "Accept").on_click({
|
||||
|
|
|
@ -129,7 +129,7 @@ impl Render for ProjectSharedNotification {
|
|||
|
||||
cx.set_rem_size(ui_font_size);
|
||||
|
||||
h_flex().flex_grow().size_full().font(ui_font).child(
|
||||
div().size_full().font(ui_font).child(
|
||||
CollabNotification::new(
|
||||
self.owner.avatar_uri.clone(),
|
||||
Button::new("open", "Open").on_click(cx.listener(move |this, _event, cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue