mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
don't stretch images in the mobile view
This commit is contained in:
parent
5f74cb6bf9
commit
28fd63bd11
@ -270,7 +270,7 @@ a.star {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 14px; line-height: 8px;
|
font-size: 14px; line-height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -302,6 +302,7 @@ span.post-count {
|
|||||||
.topic-post {
|
.topic-post {
|
||||||
article.boxed img {
|
article.boxed img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
&.moderator {
|
&.moderator {
|
||||||
background-color: #eef0ff;
|
background-color: #eef0ff;
|
||||||
@ -484,4 +485,4 @@ blockquote {
|
|||||||
.gutter { display: none; }
|
.gutter { display: none; }
|
||||||
|
|
||||||
.posts-wrapper { position: relative;
|
.posts-wrapper { position: relative;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user