mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 11:02:43 +02:00
fixed #1925 photo resume does not show horizontal scroll
This commit is contained in:
@@ -5905,6 +5905,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
|||||||
}
|
}
|
||||||
#photosAddContent .Addedphotos #uploadedPhotos {
|
#photosAddContent .Addedphotos #uploadedPhotos {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
/* Here we add a width and height of 120px so svg are visible and the same size as square images */
|
/* Here we add a width and height of 120px so svg are visible and the same size as square images */
|
||||||
#uploadedPhotos img {
|
#uploadedPhotos img {
|
||||||
|
|||||||
Reference in New Issue
Block a user