mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:56:50 +08:00
don't stretch images in the mobile view
This commit is contained in:
parent
5f74cb6bf9
commit
28fd63bd11
|
@ -302,6 +302,7 @@ span.post-count {
|
|||
.topic-post {
|
||||
article.boxed img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
&.moderator {
|
||||
background-color: #eef0ff;
|
||||
|
|
Loading…
Reference in New Issue
Block a user