mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-22 00:02:23 +00:00
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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user