summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-11-22 21:24:22 +0500
committerCorey Hulen <corey@hulen.com>2016-11-22 08:24:22 -0800
commit84e5425a2003f9cb66fe7f74186ab2d539d5a21c (patch)
tree7d4cbda9ce1b8abe217e0cfbe03875812d4bcb81 /webapp/sass/responsive/_mobile.scss
parent1a134efc6540c3dfff41afc56d7925c994e031d8 (diff)
downloadchat-84e5425a2003f9cb66fe7f74186ab2d539d5a21c.tar.gz
chat-84e5425a2003f9cb66fe7f74186ab2d539d5a21c.tar.bz2
chat-84e5425a2003f9cb66fe7f74186ab2d539d5a21c.zip
Multiple UI improvements (#4628)
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-rw-r--r--webapp/sass/responsive/_mobile.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 0f7ac0eb4..25d95df46 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1,6 +1,10 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
+ .suggestion-list__content {
+ max-height: 145px;
+ }
+
.modal {
.modal-dialog {
&.new-channel__modal {
@@ -206,6 +210,11 @@
}
}
+ .post__remove {
+ margin-right: 10px;
+ visibility: visible;
+ }
+
&.post--compact {
.status-wrapper {
&:after {
@@ -338,6 +347,24 @@
}
&.same--user {
+ &.post--compact {
+ .status-wrapper {
+ &:after {
+ bottom: -2px;
+ }
+ }
+ }
+
+ .post__img {
+ .status-wrapper {
+ display: inline-block;
+ }
+
+ img {
+ display: block;
+ }
+ }
+
.post__header {
height: auto;
margin-top: 5px;