Commit 418dd5eb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Collapse sidebar button at the bottom

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent b8794076
...@@ -138,7 +138,6 @@ ...@@ -138,7 +138,6 @@
.collapse-nav a { .collapse-nav a {
left: 0px; left: 0px;
opacity: 0.6;
width: $sidebar_collapsed_width; width: $sidebar_collapsed_width;
} }
...@@ -150,15 +149,14 @@ ...@@ -150,15 +149,14 @@
} }
.collapse-nav a { .collapse-nav a {
width: $sidebar_width;
position: fixed; position: fixed;
top: 0; bottom: 0;
left: 202px;
font-size: 13px; font-size: 13px;
background: transparent; background: transparent;
width: 28px; height: 40px;
height: 28px;
text-align: center; text-align: center;
line-height: 28px; line-height: 40px;
transition-duration: .3s; transition-duration: .3s;
} }
...@@ -194,7 +192,7 @@ ...@@ -194,7 +192,7 @@
.sidebar-user { .sidebar-user {
padding: 12px 22px; padding: 12px 22px;
position: fixed; position: fixed;
bottom: 0; bottom: 40px;
width: $sidebar_width; width: $sidebar_width;
overflow: hidden; overflow: hidden;
transition-duration: .3s; transition-duration: .3s;
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
.collapse-nav a { .collapse-nav a {
color: #FFF; color: #FFF;
background: $color-darker; background: $color;
} }
.sidebar-wrapper { .sidebar-wrapper {
......
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