From fa4adcd36522052b7f0d5180e34dbf2eeb0f2218 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Wed, 6 Jul 2022 15:25:13 +0200 Subject: [PATCH] Updated mobile design --- ghost/sodo-search/src/components/PopupModal.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/sodo-search/src/components/PopupModal.js b/ghost/sodo-search/src/components/PopupModal.js index 541d6e202e..909a1fd5d5 100644 --- a/ghost/sodo-search/src/components/PopupModal.js +++ b/ghost/sodo-search/src/components/PopupModal.js @@ -197,7 +197,7 @@ function TagListItem({tag}) { const {name, url} = tag; return (
{ if (url) { window.location.href = url; @@ -224,7 +224,7 @@ function TagResults({tags}) { ); }); return ( -
+

Tags

{TagItems}
@@ -234,7 +234,7 @@ function TagResults({tags}) { function PostListItem({post}) { const {title, excerpt, url} = post; return ( -
{ +
{ if (url) { window.location.href = url; } @@ -267,7 +267,7 @@ function PostResults({posts}) { ); }); return ( -
+

Posts

{PostItems} @@ -320,7 +320,7 @@ function AuthorResults({authors}) { }); return ( -
+

Authors

{AuthorItems}
@@ -399,7 +399,7 @@ function Search() { } }} > -
+