Fixes #343 by setting the image width to auto, and centering it in the modal window.

This commit is contained in:
Nagy László
2022-05-10 19:22:51 +02:00
parent b8b9c25624
commit 79cc1a7e2a

View File

@@ -120,6 +120,9 @@ export default {
}
/* preview size should always less then screen */
.card-image img {
width: 100%;
padding: 10px;
margin-left: auto;
margin-right: auto;
width: auto;
}
</style>