summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_markdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_markdown.scss')
-rw-r--r--webapp/sass/layout/_markdown.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss
index 7df279f5e..65f50b789 100644
--- a/webapp/sass/layout/_markdown.scss
+++ b/webapp/sass/layout/_markdown.scss
@@ -19,8 +19,9 @@
#post-list {
.markdown-inline-img {
-moz-force-broken-image-icon: 1;
- height: 500px;
+ margin: 5px 0;
max-height: 500px;
+ max-width: 500px;
}
}
@@ -67,7 +68,7 @@
padding: 4px 10px 5px;
position: absolute;
right: 0;
- top: 5;
+ top: 5px;
z-index: 5;
}