diff --git a/ghost/sodo-search/src/components/PopupModal.js b/ghost/sodo-search/src/components/PopupModal.js index 0bd256f16d..eec6af3dcb 100644 --- a/ghost/sodo-search/src/components/PopupModal.js +++ b/ghost/sodo-search/src/components/PopupModal.js @@ -131,9 +131,9 @@ function SearchBox() { }; }, [dispatch]); - let className = 'z-10 relative flex items-center py-5 px-7 mt-10 md:mt-0 bg-white rounded-t-lg shadow'; + let className = 'z-10 relative flex items-center py-5 px-4 md:px-7 mt-10 md:mt-0 bg-white rounded-t-lg shadow'; if (!searchValue) { - className = 'z-10 relative flex items-center py-5 px-7 mt-10 md:mt-0 bg-white rounded-lg'; + className = 'z-10 relative flex items-center py-5 px-4 md:px-7 mt-10 md:mt-0 bg-white rounded-lg'; } return ( @@ -261,7 +261,7 @@ function AuthorListItem({author}) { const {name, profile_image: profileImage, url} = author; return (
{ if (url) { window.location.href = url; @@ -381,7 +381,7 @@ function Search() { } }} > -
+