summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-03-08 14:13:50 +0500
committerGeorge Goldberg <george@gberg.me>2017-03-08 09:13:50 +0000
commitf3a266ee5d25bfff322acd3cc5eef91a6dce8954 (patch)
tree8c471c8dab181846e6a65468b860e7d0e8ab9ac2 /webapp/sass/layout
parentdb7540b111f8b9f983adcfc73fd897e5d83c2fef (diff)
downloadchat-f3a266ee5d25bfff322acd3cc5eef91a6dce8954.tar.gz
chat-f3a266ee5d25bfff322acd3cc5eef91a6dce8954.tar.bz2
chat-f3a266ee5d25bfff322acd3cc5eef91a6dce8954.zip
Ui improvements and bug fixes (#5677)
* PLT-5565 - Fixing theme colors not updating * PLT-4721 - Removing status ind for system messages * PLT-5735 - Fixing ellipsis in firefox * PLT-5010 - Removing extra space in channel modal * PLT-5584 - Inline image overrning edit textarea * PLT-5475 - Fixing tutorials on mobile * PLT-5142 - Disabling poitner events for status * PLT-5728 - Fixing emoji highlight on hover
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_post.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index de45eedd5..69cbbd712 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -3,7 +3,7 @@
.custom-textarea {
background: transparent;
border: 1px solid #cccccc;
- height: auto;
+ height: 100%;
line-height: 20px;
min-height: 36px;
overflow-x: hidden;
@@ -576,6 +576,12 @@
}
}
+ &.post--system {
+ .status {
+ visibility: hidden;
+ }
+ }
+
.post__img {
padding-top: 0;
}
@@ -583,6 +589,7 @@
.status-wrapper {
cursor: auto;
height: 14px;
+ pointer-events: none;
.status {
bottom: auto;