Tweak multibuffer header padding (#18011)

This commit is contained in:
Danilo Leal 2024-09-18 17:18:56 +02:00 committed by GitHub
parent 373a17acf4
commit a7977aa64d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2079,13 +2079,13 @@ impl EditorElement {
.id(("path excerpt header", EntityId::from(block_id)))
.w_full()
.px(header_padding)
.pt(header_padding)
.child(
h_flex()
.flex_basis(Length::Definite(DefiniteLength::Fraction(0.667)))
.id("path header block")
.h(2. * cx.line_height())
.pl(gpui::px(12.))
.pr(gpui::px(8.))
.px(gpui::px(12.))
.rounded_md()
.shadow_md()
.border_1()