style: rustfmt the re-nested sidebar add button

The occlude() wrapper pushed the chrome_tile call one level deeper, past
rustfmt's width for the single-line Button builder.
This commit is contained in:
l0ng-ai
2026-07-25 10:30:13 +08:00
parent a00abe1c09
commit ace2b416ac
+2 -1
View File
@@ -770,7 +770,8 @@ impl Tty7App {
// collapse tile and the title bar's own "+", and ghost's
// hover is a heavier, differently-derived grey.
crate::ui::tab_strip::chrome_tile(
Button::new("sidebar-add").icon(Icon::new(IconName::Plus).size(px(18.))),
Button::new("sidebar-add")
.icon(Icon::new(IconName::Plus).size(px(18.))),
false,
cx,
)