mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +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-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>
|
||||||
|
|
Loading…
Reference in a new issue