summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-12-14 08:25:10 +0500
committerenahum <nahumhbl@gmail.com>2016-12-14 00:25:10 -0300
commit973585450378a457a94824b7852c7ab7194e2b3e (patch)
tree87854bd5a83ecd5e48a41ff8bd093618692bddc7 /webapp/sass/routes
parent86fb0d87a3a09b237bec124ce0e74cd05aa164be (diff)
downloadchat-973585450378a457a94824b7852c7ab7194e2b3e.tar.gz
chat-973585450378a457a94824b7852c7ab7194e2b3e.tar.bz2
chat-973585450378a457a94824b7852c7ab7194e2b3e.zip
Ui improvements (#4780)
* PLT-4897 - Updating styles for emoji reactions * PLT-4971 - Fixing help and attachment buttons * PLT-4931 - Fixing UI for user list in system console * Fixing a bug with the new messages indicator
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_admin-console.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 5107cff3d..15667fd4e 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -258,12 +258,21 @@
overflow: visible;
padding: 5px 0;
+ .more-modal__list {
+ overflow: visible;
+ }
+
.more-modal__row {
&:last-child {
border: none;
}
}
}
+
+ .member-count {
+ @include opacity(.7);
+ margin-top: 8px;
+ }
}
.brand-img {