Project search bar layout improvements (#7963)

The PR matches project search layout with the recent changes in the
buffer project layout.

https://github.com/zed-industries/zed/assets/2101250/91b905ea-aed8-4740-9e60-67f3052885e2


Release Notes:

- Improve project search bar layout, match it with the buffer search bar ([7722](https://github.com/zed-industries/zed/issues/7722))
This commit is contained in:
Andrew Lygin
2024-02-20 21:07:01 +02:00
committed by GitHub
parent 78dcd72790
commit f7d2cb1818
2 changed files with 175 additions and 178 deletions
+1 -2
View File
@@ -38,7 +38,7 @@ pub use registrar::DivRegistrar;
use registrar::{ForDeployed, ForDismissed, SearchActionsRegistrar, WithResults};
const MIN_INPUT_WIDTH_REMS: f32 = 15.;
const MAX_INPUT_WIDTH_REMS: f32 = 25.;
const MAX_INPUT_WIDTH_REMS: f32 = 30.;
#[derive(PartialEq, Clone, Deserialize)]
pub struct Deploy {
@@ -217,7 +217,6 @@ impl Render for BufferSearchBar {
.flex_1()
.px_2()
.py_1()
.gap_2()
.border_1()
.border_color(editor_border)
.min_w(rems(MIN_INPUT_WIDTH_REMS))