mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Max width should be max content.
This commit is contained in:
parent
923d2a7894
commit
f780c070c1
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue