summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-30 05:04:37 +0500
committerCorey Hulen <corey@hulen.com>2016-06-29 16:04:37 -0800
commit1f9eb4db6ab4328e44c8587105eb005890052078 (patch)
treecc649a09b0684af5ea05ecb8dc609595cf662ac4 /webapp/sass/components
parentb97b3ae6179bc15ec23e0697b08cdcbdf53e4ffc (diff)
downloadchat-1f9eb4db6ab4328e44c8587105eb005890052078.tar.gz
chat-1f9eb4db6ab4328e44c8587105eb005890052078.tar.bz2
chat-1f9eb4db6ab4328e44c8587105eb005890052078.zip
Adding expand icon for RHS (#3386)
* Adding expand icon for RHS Fixing errors Adding back getTeamInviteLink with better functionality for mobile Adding vertical align to post__link Updating improvements for expand RHS stuff * Improving transition on mobile * Removing irrelevant changes
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_module.scss1
-rw-r--r--webapp/sass/components/_popover.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/webapp/sass/components/_module.scss b/webapp/sass/components/_module.scss
index e74404d9c..8c2c575c2 100644
--- a/webapp/sass/components/_module.scss
+++ b/webapp/sass/components/_module.scss
@@ -14,6 +14,7 @@
@import 'save-button';
@import 'scrollbar';
@import 'search';
+@import 'status-icon';
@import 'suggestion-list';
@import 'tooltip';
@import 'tutorial';
diff --git a/webapp/sass/components/_popover.scss b/webapp/sass/components/_popover.scss
index 7526fcb5a..d1e14ec72 100644
--- a/webapp/sass/components/_popover.scss
+++ b/webapp/sass/components/_popover.scss
@@ -66,7 +66,7 @@
.search-help-popover {
@include single-transition(opacity, .3s, ease-in);
font-size: em(13px);
- max-width: none;
+ max-width: 350px;
top: 36px;
visibility: hidden;
width: 100%;