forked from AkkomaGang/akkoma-fe
Add chrome picture stretching fix back in.
This commit is contained in:
parent
d8387accd3
commit
f3ca011fbe
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
//height: 100%; /* If this isn't here, chrome will stretch the images */
|
height: 100%; /* If this isn't here, chrome will stretch the images */
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue