mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
Reduce cover size for compact view
This commit is contained in:
parent
8805cc412c
commit
11f8eb6a24
1 changed files with 2 additions and 2 deletions
|
@ -68,12 +68,12 @@ export default {
|
|||
margin-top: $gp / 2;
|
||||
position: relative;
|
||||
display: grid;
|
||||
grid-template-columns: 60px auto;
|
||||
grid-template-columns: 50px auto;
|
||||
border-radius: $border-radius;
|
||||
overflow: hidden;
|
||||
|
||||
img {
|
||||
width: 60px;
|
||||
width: 50px;
|
||||
height: auto;
|
||||
display: flex;
|
||||
align-self: center;
|
||||
|
|
Loading…
Reference in a new issue