From 968dc0a4f810edbb5fc6ebce95b4f568c04b3ee7 Mon Sep 17 00:00:00 2001 From: Roman Cervantes Date: Wed, 16 Oct 2019 12:54:43 -0700 Subject: [PATCH] Game search UI tweaks --- src/components/GameSearch.vue | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/components/GameSearch.vue b/src/components/GameSearch.vue index 44f6d3db..36a27f10 100755 --- a/src/components/GameSearch.vue +++ b/src/components/GameSearch.vue @@ -18,6 +18,8 @@ + + @@ -39,8 +41,6 @@ {{ $t('gameSearch.noResultsFound') }} - - @@ -181,17 +181,7 @@ export default { } button { - margin-left: $gp; + margin: 0 $gp / 2; } } - - .search-results { - overflow: auto; - height: calc(100vh - 240px); - } - - .igdb-credit { - justify-content: center; - margin-top: auto; - }