mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
Game search UI tweaks
This commit is contained in:
parent
5bf7163ff0
commit
968dc0a4f8
1 changed files with 3 additions and 13 deletions
|
@ -18,6 +18,8 @@
|
|||
<i class="fas fa-circle-notch fast-spin hollow" v-if="loading" />
|
||||
<i class="fas fa-search" v-else />
|
||||
</button>
|
||||
|
||||
<igdb-credit linkable />
|
||||
</form>
|
||||
|
||||
<small v-if="gamesInList.length" :title="gamesInListNames">
|
||||
|
@ -39,8 +41,6 @@
|
|||
<span class="no-results" v-if="noResults">
|
||||
{{ $t('gameSearch.noResultsFound') }}
|
||||
</span>
|
||||
|
||||
<igdb-credit linkable />
|
||||
</div>
|
||||
</modal>
|
||||
</template>
|
||||
|
@ -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;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue