mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 23:03:57 +00:00
Align match count
Co-authored-by: Kyle <kyle@zed.dev>
This commit is contained in:
parent
8fa082c28b
commit
de8e1852a8
1 changed files with 1 additions and 2 deletions
|
@ -1918,8 +1918,6 @@ impl View for ProjectSearchBar {
|
|||
)
|
||||
.contained()
|
||||
.with_style(theme.search.match_index.container)
|
||||
.aligned()
|
||||
.left()
|
||||
});
|
||||
|
||||
let filters = search.filters_enabled.then(|| {
|
||||
|
@ -1955,6 +1953,7 @@ impl View for ProjectSearchBar {
|
|||
Flex::column()
|
||||
.with_child(
|
||||
Flex::row()
|
||||
.align_children_center()
|
||||
.with_child(
|
||||
Flex::row()
|
||||
.with_child(self.render_nav_button(
|
||||
|
|
Loading…
Reference in a new issue