Fix toolbar spacing regressions (#29964)
Cleaning up as I introduced a few regressions in this PR: https://github.com/zed-industries/zed/pull/29866. Release Notes: - N/A
This commit is contained in:
parent
bdd911f89e
commit
377909a646
4 changed files with 29 additions and 33 deletions
|
@ -433,7 +433,6 @@ impl Render for QuickActionBar {
|
|||
|
||||
h_flex()
|
||||
.id("quick action bar")
|
||||
.p(DynamicSpacing::Base08.rems(cx))
|
||||
.gap(DynamicSpacing::Base01.rems(cx))
|
||||
.children(self.render_repl_menu(cx))
|
||||
.children(self.render_toggle_markdown_preview(self.workspace.clone(), cx))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue