mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 14:11:29 +00:00
don't distort resized images
If images have width/height attributes set and are reduced in size by max-width: auto, they look distorted. height: auto fixes this.
This commit is contained in:
@@ -57,6 +57,7 @@ div.postReply div.postContent {
|
|||||||
div.postReply div.postContent img {
|
div.postReply div.postContent img {
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
max-width : 98%;
|
max-width : 98%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postReply div.postEnclosures {
|
div.postReply div.postEnclosures {
|
||||||
|
|||||||
Reference in New Issue
Block a user