mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
assistant: Adjust slash command popover padding (#16181)
I've looked for other instances of the popover component where this change could cause a spacing regression but couldn't find any yet. Let me know if you do! Intuitively, I wouldn't change this padding directly on the component container, but I didn't find any other way to tackle it. Release Notes: - N/A
This commit is contained in:
parent
e28681c27e
commit
55563831c5
@ -43,7 +43,7 @@ impl RenderOnce for Popover {
|
||||
div()
|
||||
.flex()
|
||||
.gap_1()
|
||||
.child(v_flex().elevation_2(cx).px_1().children(self.children))
|
||||
.child(v_flex().elevation_2(cx).py_1().children(self.children))
|
||||
.when_some(self.aside, |this, aside| {
|
||||
this.child(
|
||||
v_flex()
|
||||
|
Loading…
Reference in New Issue
Block a user