summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-06-15 20:07:00 +0500
committerCorey Hulen <corey@hulen.com>2017-06-15 08:07:00 -0700
commit94fdba9a31c02b817afc5832a488194ecde23132 (patch)
treefb40b326bb9055a511a0737e48ebdd3898ab3f69 /webapp/sass
parent528f2dc6c3b7c7a100d9022f4f50dfe337e92f0c (diff)
downloadchat-94fdba9a31c02b817afc5832a488194ecde23132.tar.gz
chat-94fdba9a31c02b817afc5832a488194ecde23132.tar.bz2
chat-94fdba9a31c02b817afc5832a488194ecde23132.zip
Ui improvements (#6651)
* PLT-6691 - Centering emoji in post view * PLT-6737 - FIxing on hover style for heade icons * PLT-6768 - Fixing error on profile picture * PLT-6792 - Fixing link preview image not resizing * PLT-6793 - User popover position on mobile
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;