fixed #1714 added size to images in upload summary so svg files are visible

This commit is contained in:
Matthieu Leproux
2022-09-06 11:54:23 +02:00
parent 7d76209add
commit 60cab44a7b

View File

@@ -5790,6 +5790,11 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
#photosAddContent .Addedphotos #uploadedPhotos {
display: flex;
}
/* Here we add a width and height of 120px so svg are visible and the same size as square images */
#uploadedPhotos img {
width: 120px;
height: 120px;
}
#photosAddContent .Addedphotos a {
margin-right: 5px;
display: flex;