diff --git a/src/app/ui.rs b/src/app/ui.rs index 0d3c9ec..d8a2d48 100644 --- a/src/app/ui.rs +++ b/src/app/ui.rs @@ -431,7 +431,8 @@ impl Ashell { .w_full() .h(px(28.)) .items_center() - .gap_2() + .px_3() + .gap_2() .bg(bg) .hover(|style| style.bg(theme.muted.opacity(0.8))) .border_b_1()