summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_headers.scss
diff options
context:
space:
mode:
authorMartin Bastien <bastien.martin@gmail.com>2016-08-01 11:21:05 -0400
committerenahum <nahumhbl@gmail.com>2016-08-01 11:21:05 -0400
commit3bf405c0cd9920caa65f795fccdfab626501de71 (patch)
treebd514e8b6780b1adadc02038416b92741d7b441d /webapp/sass/layout/_headers.scss
parentb263b0eb98678a8a55d8c8adeb9bb22323a706f6 (diff)
downloadchat-3bf405c0cd9920caa65f795fccdfab626501de71.tar.gz
chat-3bf405c0cd9920caa65f795fccdfab626501de71.tar.bz2
chat-3bf405c0cd9920caa65f795fccdfab626501de71.zip
Align the sidebar dropdown (#3693)
* Align the sidebar dropdown * Change the sidebar dropdown width and realign it. * move sidebar dropdown css fix to headers.scss
Diffstat (limited to 'webapp/sass/layout/_headers.scss')
-rw-r--r--webapp/sass/layout/_headers.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss
index 1e7046340..f2705fc0a 100644
--- a/webapp/sass/layout/_headers.scss
+++ b/webapp/sass/layout/_headers.scss
@@ -266,6 +266,10 @@
}
.dropdown-menu {
+ width: 199px;
+ margin-top: 4px;
+ margin-right: 3px;
+
a {
overflow: hidden;
padding: 3px 20px;