Status bar: Reduce right tools lateral margin (#21329)
Closes #21316 | Before | After | |--------|-------| | | | Changes: changed `Base08` to `Base04` in `render_right_tools` Release Notes: - N/A
This commit is contained in:
@@ -71,7 +71,7 @@ impl StatusBar {
|
||||
|
||||
fn render_right_tools(&self, cx: &mut ViewContext<Self>) -> impl IntoElement {
|
||||
h_flex()
|
||||
.gap(DynamicSpacing::Base08.rems(cx))
|
||||
.gap(DynamicSpacing::Base04.rems(cx))
|
||||
.children(self.right_items.iter().rev().map(|item| item.to_any()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user