mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Use wide game card style for search results
This commit is contained in:
parent
68be844b48
commit
2a901de4a7
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue