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 }}
|
{{ name }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
v-if="searchResult"
|
v-if="searchResult"
|
||||||
class="primary small tiny"
|
class="add-game primary small tiny"
|
||||||
@click="addGame"
|
@click="addGame"
|
||||||
>
|
>
|
||||||
<i class="fas fa-plus" />
|
<i class="fas fa-plus" />
|
||||||
|
@ -284,6 +287,10 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.add-game {
|
||||||
|
margin-top: $gp / 2;
|
||||||
|
}
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
margin: $gp / 2 0;
|
margin: $gp / 2 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue