mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
Game card adjustments
This commit is contained in:
parent
fc1f3f43f8
commit
536d3fab7e
1 changed files with 8 additions and 1 deletions
|
@ -27,11 +27,14 @@
|
|||
{{ name }}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<button
|
||||
v-if="searchResult"
|
||||
class="primary small tiny"
|
||||
class="add-game primary small tiny"
|
||||
@click="addGame"
|
||||
>
|
||||
<i class="fas fa-plus" />
|
||||
|
@ -284,6 +287,10 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
.add-game {
|
||||
margin-top: $gp / 2;
|
||||
}
|
||||
|
||||
.tags {
|
||||
margin: $gp / 2 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue