summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-04 08:48:11 -0800
committerCorey Hulen <corey@hulen.com>2015-12-04 08:48:11 -0800
commit1d67f26664f8cf98f52433ef8b081b6fb485eadb (patch)
tree04ae12ae8b1d75720f22c9d381985cd8cbe51651 /web/sass-files/sass/partials/_post.scss
parent622fbc67402fe36bc01163a5a80643a15758e094 (diff)
parent38a0c5dd761fed5d82b26614447d238628bee6e1 (diff)
downloadchat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.tar.gz
chat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.tar.bz2
chat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.zip
Merge pull request #1617 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index ed1632681..adb1e0fff 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -599,6 +599,10 @@ body.ios {
@include legacy-pie-clearfix;
width: calc(100% - 70px);
+ img {
+ max-height: 400px;
+ }
+
ul {
padding: 5px 0 0 20px;
}