Game search UI tweaks

This commit is contained in:
Roman Cervantes 2019-10-16 12:54:43 -07:00
parent 5bf7163ff0
commit 968dc0a4f8

View file

@ -18,6 +18,8 @@
<i class="fas fa-circle-notch fast-spin hollow" v-if="loading" /> <i class="fas fa-circle-notch fast-spin hollow" v-if="loading" />
<i class="fas fa-search" v-else /> <i class="fas fa-search" v-else />
</button> </button>
<igdb-credit linkable />
</form> </form>
<small v-if="gamesInList.length" :title="gamesInListNames"> <small v-if="gamesInList.length" :title="gamesInListNames">
@ -39,8 +41,6 @@
<span class="no-results" v-if="noResults"> <span class="no-results" v-if="noResults">
{{ $t('gameSearch.noResultsFound') }} {{ $t('gameSearch.noResultsFound') }}
</span> </span>
<igdb-credit linkable />
</div> </div>
</modal> </modal>
</template> </template>
@ -181,17 +181,7 @@ export default {
} }
button { button {
margin-left: $gp; margin: 0 $gp / 2;
} }
} }
.search-results {
overflow: auto;
height: calc(100vh - 240px);
}
.igdb-credit {
justify-content: center;
margin-top: auto;
}
</style> </style>