summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_mentions.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-12-06 20:51:31 +0500
committerChristopher Speller <crspeller@gmail.com>2016-12-06 10:51:31 -0500
commit08c2d289420746992b99bfe992144ef9b06b025a (patch)
treef05f475b5c81b0b89f687192e780f0efceaf24a8 /webapp/sass/components/_mentions.scss
parent42f28886cca4ddf0f2814ce27d6dfbce95aa1625 (diff)
downloadchat-08c2d289420746992b99bfe992144ef9b06b025a.tar.gz
chat-08c2d289420746992b99bfe992144ef9b06b025a.tar.bz2
chat-08c2d289420746992b99bfe992144ef9b06b025a.zip
Multiple UI Improvements (#4712)
* Multiple UI Improvements * Reverting modal animation
Diffstat (limited to 'webapp/sass/components/_mentions.scss')
-rw-r--r--webapp/sass/components/_mentions.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/sass/components/_mentions.scss b/webapp/sass/components/_mentions.scss
index 4ddb861ca..e1e35ea29 100644
--- a/webapp/sass/components/_mentions.scss
+++ b/webapp/sass/components/_mentions.scss
@@ -21,6 +21,11 @@
width: 100%;
z-index: 101;
+ .fa-user {
+ position: relative;
+ top: -1px;
+ }
+
.mention--align {
@include clearfix;
text-overflow: ellipsis;