Change summary
crates/search/src/project_search.rs | 2 +-
styles/src/style_tree/search.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -1693,7 +1693,7 @@ impl ToolbarItemView for ProjectSearchBar {
.as_ref()
.map(|search| {
let offset = search.read(cx).filters_enabled as usize;
- 3 + offset
+ 2 + offset
})
.unwrap_or_else(|| 2)
}
@@ -34,7 +34,7 @@ export default function search(): any {
}
return {
- padding: { top: 32, bottom: 32, left: 32, right: 32 },
+ padding: { top: 16, bottom: 16, left: 16, right: 16 },
// TODO: Add an activeMatchBackground on the rust side to differentiate between active and inactive
match_background: with_opacity(
foreground(theme.highest, "accent"),