mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Corrected game card spacing
This commit is contained in:
parent
94f54596ae
commit
c5da1525ab
1 changed files with 2 additions and 12 deletions
|
@ -7,8 +7,6 @@
|
|||
<h4 v-text="game.name" />
|
||||
</a>
|
||||
|
||||
<br>
|
||||
|
||||
<game-rating
|
||||
v-if="showGameRatings"
|
||||
:rating="game.rating"
|
||||
|
@ -30,8 +28,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<button
|
||||
v-if="searchResult"
|
||||
class="add-game primary small tiny"
|
||||
|
@ -253,6 +249,8 @@ export default {
|
|||
.game-info {
|
||||
padding: $gp / 2 $gp;
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-gap: 4px;
|
||||
|
||||
.game-rating, a {
|
||||
display: inline-flex;
|
||||
|
@ -286,12 +284,4 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.add-game {
|
||||
margin-top: $gp / 2;
|
||||
}
|
||||
|
||||
.tags {
|
||||
margin: $gp / 2 0;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue