mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix search control css
This commit is contained in:
parent
f23ea88e31
commit
85bbf0e911
@ -95,7 +95,7 @@ export const SearchControl = () => {
|
||||
return (<>
|
||||
{!(windowDimensions.height < 500 && popupOpen && hideSuggestions) &&
|
||||
<div className='tw-w-[calc(100vw-2rem)] tw-max-w-[22rem] '>
|
||||
<div className='flex tw-flex-row'>
|
||||
<div className='tw-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 tw-pr-12"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user