Adjust spacing and sizing of buffer search bar icon buttons (#18638)

This PR mostly makes all of the search bar icon buttons all squared and
adjusts the spacing between them, as well as the additional input that
appears when you toggle the "Replace all" action.

<img width="900" alt="Screenshot 2024-10-02 at 6 08 30 PM"
src="https://github.com/user-attachments/assets/86d50a3b-94bd-4c6a-822e-5f7f7b2e2707">

---

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-10-02 18:57:03 +02:00 committed by GitHub
parent 845991c0e5
commit 5aaaed52fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 76 additions and 65 deletions

View file

@ -1634,7 +1634,7 @@ impl Render for ProjectSearchBar {
let focus_handle = focus_handle.clone();
move |cx| {
Tooltip::for_action_in(
"Toggle replace",
"Toggle Replace",
&ToggleReplace,
&focus_handle,
cx,