summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-08-22 20:35:28 -0400
committerCorey Hulen <corey@hulen.com>2016-08-22 16:35:28 -0800
commitc3c62ad2ad018be6887149e92dd35bb527f55168 (patch)
tree0402aca6be2f632a0d8d2bd54f7bae1646154842 /webapp/sass/components/_modal.scss
parentf0c672e3ad64f0daf023d9ef70de940b3354e133 (diff)
downloadchat-c3c62ad2ad018be6887149e92dd35bb527f55168.tar.gz
chat-c3c62ad2ad018be6887149e92dd35bb527f55168.tar.bz2
chat-c3c62ad2ad018be6887149e92dd35bb527f55168.zip
PLT-3982 Add statuses to profile pictures in the RHS and popover member list (#3845)
* Added status indicator back to popover member list * Updating positions of status indicator (#3844) * Fixed squishy profile pictures and added statuses to RHS pics
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index a12856c63..837db2f44 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -485,8 +485,6 @@
.status-wrapper {
- display: inline-block;
- margin-right: 3px;
position: relative;
&:after {
@@ -517,6 +515,12 @@
.more-modal__row {
padding: 5px 10px;
+
+ .status-wrapper {
+ &:after {
+ bottom: 0;
+ }
+ }
}
.more-modal__name {