Fix styling of project search bar

This commit is contained in:
Antonio Scandurra 2022-04-01 09:40:49 +02:00
parent 903810f22e
commit 9f939bd007
4 changed files with 18 additions and 8 deletions

View file

@ -76,6 +76,7 @@ impl View for Toolbar {
.aligned()
.contained()
.with_margin_right(theme.item_spacing)
.flex(1., false)
.boxed()
}))
.with_children(primary_right_items.iter().map(|i| {
@ -84,6 +85,7 @@ impl View for Toolbar {
.contained()
.with_margin_left(theme.item_spacing)
.flex_float()
.flex(1., false)
.boxed()
}))
.constrained()