mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Increased clickable area for search input
This commit is contained in:
parent
2e8dca570d
commit
b0afdaba10
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ function SearchBox() {
|
||||||
searchValue: e.target.value
|
searchValue: e.target.value
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
className='grow text-[1.65rem] focus-visible:outline-none placeholder:text-gray-400'
|
className='grow -my-5 py-5 -ml-3 pl-3 text-[1.65rem] focus-visible:outline-none placeholder:text-gray-400'
|
||||||
placeholder='Search posts, tags, authors..'
|
placeholder='Search posts, tags, authors..'
|
||||||
/>
|
/>
|
||||||
<ClearButton />
|
<ClearButton />
|
||||||
|
|
Loading…
Add table
Reference in a new issue