mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
removing 100% image width from embedded posts
This commit is contained in:
parent
a4cdf33b22
commit
90db5147a3
@ -232,12 +232,9 @@ nav.post-controls {
|
|||||||
.embedded-posts {
|
.embedded-posts {
|
||||||
h1, h2, h3 {margin: 10px 0;}
|
h1, h2, h3 {margin: 10px 0;}
|
||||||
a.mention {background: darken(scale-color-diff(), 10%);}
|
a.mention {background: darken(scale-color-diff(), 10%);}
|
||||||
/* this 100% stuff is normally VERY dangerous because we're overriding
|
|
||||||
painstakingly calculated exact image widths, but in expanded replies, we may
|
|
||||||
be below minimum width, and expanded replies are loaded on demand anyway */
|
|
||||||
p img {
|
p img {
|
||||||
width: 100%;
|
max-width: 579px;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
.topic-body {
|
.topic-body {
|
||||||
width: 84%;
|
width: 84%;
|
||||||
|
Loading…
Reference in New Issue
Block a user