Use wide game card style for search results

This commit is contained in:
Roman Cervantes 2019-04-05 22:11:20 -07:00
parent 68be844b48
commit 2a901de4a7

View file

@ -203,7 +203,7 @@ export default {
display: grid;
grid-template-columns: $gameCoverWidth auto;
&.wide {
&.wide, &.search-result {
grid-template-columns: $gameCoverWidth * .75 auto;
img {
@ -211,7 +211,7 @@ export default {
}
}
&.covers {
&.covers:not(.search-result) {
display: flex;
flex-direction: column;
background: #000;
@ -234,7 +234,6 @@ export default {
bottom: 0;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
a {
color: $color-white;
margin-right: $gp / 1.5;