Fix unaligned close button in tab bar
Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
parent
90f4c70a82
commit
b9be2147e8
5 changed files with 9 additions and 7 deletions
|
@ -523,7 +523,7 @@ impl Render for ChatPanel {
|
|||
TabBar::new("chat_header").child(
|
||||
h_flex()
|
||||
.w_full()
|
||||
.h(rems(ui::Tab::HEIGHT_IN_REMS))
|
||||
.h(rems(ui::Tab::CONTAINER_HEIGHT_IN_REMS))
|
||||
.px_2()
|
||||
.child(Label::new(
|
||||
self.active_chat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue