mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
parent
94b309b05e
commit
2c8f07fe85
@ -36,7 +36,6 @@ $search-pad-horizontal: 0.5em;
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding-right: 50px;
|
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -378,6 +377,9 @@ $search-pad-horizontal: 0.5em;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.searching {
|
.searching {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.spinner {
|
.spinner {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
|
Loading…
Reference in New Issue
Block a user