summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
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
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')
-rw-r--r--webapp/sass/components/_mentions.scss5
-rw-r--r--webapp/sass/components/_popover.scss1
2 files changed, 6 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;
diff --git a/webapp/sass/components/_popover.scss b/webapp/sass/components/_popover.scss
index 408f0ffd0..1bd1f2c3b 100644
--- a/webapp/sass/components/_popover.scss
+++ b/webapp/sass/components/_popover.scss
@@ -17,6 +17,7 @@
}
.popover-title {
+ @include border-radius(0);
background: alpha-color($black, .05);
max-width: 100%;
overflow: hidden;