FIX: Adjust search menu buttons alignment (#30939)

### Before
<img width="485" alt="image"
src="https://github.com/user-attachments/assets/869a676a-604f-461e-b008-975f9e352787"
/>


### After
<img width="485" alt="image"
src="https://github.com/user-attachments/assets/3b91022c-9a7d-4237-8382-19b2174f6006"
/>
This commit is contained in:
Ella E. 2025-01-22 19:46:37 -07:00 committed by GitHub
parent 94b309b05e
commit 2c8f07fe85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,6 @@ $search-pad-horizontal: 0.5em;
margin-bottom: 0;
width: auto;
flex-grow: 1;
padding-right: 50px;
&:focus {
outline: none;
@ -378,6 +377,9 @@ $search-pad-horizontal: 0.5em;
}
.searching {
display: flex;
align-items: center;
.spinner {
width: 12px;
height: 12px;