From 5fd8b56836595d6fa1fe2cb0d0a9c9474fc4dfdd Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 6 Nov 2015 11:40:48 -0500 Subject: Fixing broken markdown images taking up too much space. Fixed unnessisary expantion of markdown images not in center channel. --- web/sass-files/sass/partials/_markdown.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'web/sass-files/sass/partials') diff --git a/web/sass-files/sass/partials/_markdown.scss b/web/sass-files/sass/partials/_markdown.scss index 241377252..8b0a32704 100644 --- a/web/sass-files/sass/partials/_markdown.scss +++ b/web/sass-files/sass/partials/_markdown.scss @@ -8,11 +8,14 @@ margin-left: 4px; } } -.markdown-inline-img { - -moz-force-broken-image-icon: 1; - max-height: 500px; - height: 500px; +#post-list { + .markdown-inline-img { + -moz-force-broken-image-icon: 1; + max-height: 500px; + height: 500px; + } } + .post-body { hr { height: 4px; -- cgit v1.2.3-1-g7c22