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:
parent
90c5dc7e4e
commit
fb9522e124
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue