summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_post.scss4
-rw-r--r--webapp/sass/responsive/_mobile.scss6
2 files changed, 10 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 73253f4be..5dc524caa 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -884,6 +884,10 @@
}
}
+ .emoticon {
+ vertical-align: top;
+ }
+
p {
font-size: 13.5px;
line-height: 1.6em;
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index ee1532933..24db3821f 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1549,6 +1549,12 @@
}
@media screen and (max-width: 480px) {
+ .post {
+ .img-div {
+ max-width: 100%;
+ }
+ }
+
.nav-tabs {
margin-top: 1em;