mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
fix platform image on larger resolutions
This commit is contained in:
parent
f46e60d661
commit
7a4f7ab249
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ export default {
|
|||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
||||
max-height: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue