Commit 27289599 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix sidebar collapse button

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 96e4c780
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
.collapse-nav a { .collapse-nav a {
left: 0px; left: 0px;
padding: 7px 23px 3px 22px; width: 52px;
} }
} }
} }
...@@ -137,9 +137,9 @@ ...@@ -137,9 +137,9 @@
font-size: 13px; font-size: 13px;
background: transparent; background: transparent;
width: 32px; width: 32px;
height: 32px; height: 28px;
text-align: center; text-align: center;
line-height: 32px; line-height: 28px;
} }
.collapse-nav a:hover { .collapse-nav a:hover {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment