Add overlay min-width for very small images in media db

References #265
This commit is contained in:
Matthias Mees 2015-01-17 13:46:25 +01:00
parent 6dac0b5798
commit 4c97a041cc

View File

@ -2738,6 +2738,10 @@ img.mfp-img {
right: 0;
padding-top: 0; }
/* Additional styles for MagnificPopup, do not remove */
.mfp-image-holder .mfp-content {
min-width: 240px;
}
/* SMALL SCREEN */
@media only screen and (min-width: 480px) {