diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-23 17:55:25 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-23 17:55:25 +0300 |
commit | 27289599e2e53bb27b897069c18b169fd3cb4cea (patch) | |
tree | b171781dfbc6f7fc6a405a054a189f4d3a278974 | |
parent | 96e4c780d160fa699fb8feb1513b138d0c7900a1 (diff) | |
download | gitlab-ce-27289599e2e53bb27b897069c18b169fd3cb4cea.tar.gz |
Fix sidebar collapse button
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/generic/sidebar.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/generic/sidebar.scss b/app/assets/stylesheets/generic/sidebar.scss index 995c314322f..233c5a6ee04 100644 --- a/app/assets/stylesheets/generic/sidebar.scss +++ b/app/assets/stylesheets/generic/sidebar.scss @@ -125,7 +125,7 @@ .collapse-nav a { left: 0px; - padding: 7px 23px 3px 22px; + width: 52px; } } } @@ -137,9 +137,9 @@ font-size: 13px; background: transparent; width: 32px; - height: 32px; + height: 28px; text-align: center; - line-height: 32px; + line-height: 28px; } .collapse-nav a:hover { |