mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-03 03:52:54 +02:00
fixed #1714 added size to images in upload summary so svg files are visible
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user