summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-05-10 23:47:57 +0500
committerChristopher Speller <crspeller@gmail.com>2016-05-10 14:47:57 -0400
commit338223d204c76c713acd6ae2165e5d97c71f3c18 (patch)
tree76deb625970729f2f975f953217f9313afc8642d /webapp/sass
parentc8285185a91c48f9b6db866b65b293cb9eceeb65 (diff)
downloadchat-338223d204c76c713acd6ae2165e5d97c71f3c18.tar.gz
chat-338223d204c76c713acd6ae2165e5d97c71f3c18.tar.bz2
chat-338223d204c76c713acd6ae2165e5d97c71f3c18.zip
Fixing DM separator and margin on system console (#2944)
Fixing margins on system console
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_sidebar-left.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/sass/layout/_sidebar-left.scss b/webapp/sass/layout/_sidebar-left.scss
index ad23df6ca..7ac1fee75 100644
--- a/webapp/sass/layout/_sidebar-left.scss
+++ b/webapp/sass/layout/_sidebar-left.scss
@@ -16,9 +16,10 @@
color: $white;
font-size: .9em;
height: 20px;
- margin: 5px 0 6px;
line-height: 20px;
+ margin: 5px 0 6px;
position: relative;
+ z-index: 0;
&:before {
background: $light-gray;