Add overlay min-width for very small images in media db
References #265
This commit is contained in:
@@ -2738,6 +2738,10 @@ img.mfp-img {
|
|||||||
right: 0;
|
right: 0;
|
||||||
padding-top: 0; }
|
padding-top: 0; }
|
||||||
|
|
||||||
|
/* Additional styles for MagnificPopup, do not remove */
|
||||||
|
.mfp-image-holder .mfp-content {
|
||||||
|
min-width: 240px;
|
||||||
|
}
|
||||||
|
|
||||||
/* SMALL SCREEN */
|
/* SMALL SCREEN */
|
||||||
@media only screen and (min-width: 480px) {
|
@media only screen and (min-width: 480px) {
|
||||||
|
Reference in New Issue
Block a user