Max width should be max content.

This commit is contained in:
Samuel Clay 2021-07-02 13:56:36 -04:00
parent 923d2a7894
commit f780c070c1

View file

@ -3052,7 +3052,7 @@ body {
max-width: 100%;
}
.NB-feed-story .NB-feed-story-content img {
max-width: calc(100% - 56px * -1) !important;
max-width: max-content !important;
margin-left: -28px;
width: calc(100% - 56px * -1) !important;
height: auto;
@ -3060,7 +3060,7 @@ body {
/* See http://www.newsblur.com/site/1031643/le-21me for width: auto, height: auto */
}
.NB-feed-story .NB-feed-story-content img.NB-small-image {
max-width: 100% !important;
max-width: max-content !important;
margin-left: 0;
width: auto !important;
}