Commit 96e4c780 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add CHANGELOG item for new sidebar

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent ec350f0b
...@@ -13,8 +13,8 @@ v 7.11.0 (unreleased) ...@@ -13,8 +13,8 @@ v 7.11.0 (unreleased)
- -
- -
- -
- - Move snippets UI to fluid layout
- - Improve UI for sidebar. Increase separation between navigation and content
- Improve new project command options (Ben Bodenmiller) - Improve new project command options (Ben Bodenmiller)
- Prevent sending empty messages to HipChat (Chulki Lee) - Prevent sending empty messages to HipChat (Chulki Lee)
......
...@@ -133,10 +133,13 @@ ...@@ -133,10 +133,13 @@
.collapse-nav a { .collapse-nav a {
position: fixed; position: fixed;
top: 46px; top: 46px;
padding: 5px 13px 5px 13px;
left: 198px; left: 198px;
font-size: 13px; font-size: 13px;
background: transparent; background: transparent;
width: 32px;
height: 32px;
text-align: center;
line-height: 32px;
} }
.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