mirror of
https://github.com/pinry/pinry.git
synced 2026-01-11 01:32:05 +01:00
Fixes #343 by setting the image width to auto, and centering it in the modal window.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user