added padding to search field

This commit is contained in:
Anton Tranelis 2024-07-31 21:53:47 +02:00
parent 280ab01515
commit b98cc90983

View File

@ -98,7 +98,7 @@ export const SearchControl = () => {
<div className='flex tw-flex-row'>
{embedded && <SidebarControl />}
<div className='tw-relative'>
<input type="text" placeholder="search ..." autoComplete="off" value={value} className="tw-input tw-input-bordered tw-grow tw-shadow-xl tw-rounded-lg"
<input type="text" placeholder="search ..." autoComplete="off" value={value} className="tw-input tw-input-bordered tw-grow tw-shadow-xl tw-rounded-lg tw-pr-12"
ref={searchInput}
onChange={(e) => setValue(e.target.value)}
onFocus={() => {