summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_markdown.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-06 11:40:48 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-06 11:40:48 -0500
commit5fd8b56836595d6fa1fe2cb0d0a9c9474fc4dfdd (patch)
tree4fd7d31c99dd8c90a47d1b2213eea40476dde6d1 /web/sass-files/sass/partials/_markdown.scss
parentcb1995eac24f4102945ea9735eb89a11c77ebdde (diff)
downloadchat-5fd8b56836595d6fa1fe2cb0d0a9c9474fc4dfdd.tar.gz
chat-5fd8b56836595d6fa1fe2cb0d0a9c9474fc4dfdd.tar.bz2
chat-5fd8b56836595d6fa1fe2cb0d0a9c9474fc4dfdd.zip
Fixing broken markdown images taking up too much space. Fixed unnessisary expantion of markdown images not in center channel.
Diffstat (limited to 'web/sass-files/sass/partials/_markdown.scss')
-rw-r--r--web/sass-files/sass/partials/_markdown.scss11
1 files changed, 7 insertions, 4 deletions
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;