Fix editor & assistant panel toolbar height mismatch (#15552)

This PR ensures that the toolbar within the editor and the assistant
panel have the same height. I also pushed in some other tiny design
(spacing, really) tweaks. There's still a mismatch between the editor
toolbar and the assistant panel's history tab, but I'll try to tackle
this separately.

---

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-07-31 18:57:55 -03:00 committed by GitHub
parent 851aca9514
commit 236e72df38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -105,6 +105,7 @@ impl Render for Toolbar {
.bg(cx.theme().colors().toolbar_background)
.child(
h_flex()
.min_h(rems_from_px(24.))
.justify_between()
.gap(Spacing::Large.rems(cx))
.when(has_left_items, |this| {