0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated search modal shadow

This commit is contained in:
Sanne de Vries 2022-07-06 15:18:12 +02:00
parent 90c5dc7e4e
commit fb9522e124

View file

@ -376,7 +376,7 @@ function Search() {
} }
}} }}
> >
<div className='bg-white max-w-lg rounded-t-2xl md:rounded-lg shadow-xl m-auto absolute md:relative top-20 md:top-0 bottom-0 left-0 right-0 animate-popup'> <div className='bg-white max-w-lg rounded-t-2xl md:rounded-lg shadow-2xl drop-shadow-md m-auto absolute md:relative top-20 md:top-0 bottom-0 left-0 right-0 animate-popup'>
<SearchBox /> <SearchBox />
<SearchResultBox /> <SearchResultBox />
</div> </div>