revert: 侧边栏导航项目间隙恢复为 10px

This commit is contained in:
Argo Zhang 2019-08-16 00:48:56 +08:00
parent 52c6188091
commit 61b9d4c459
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 2 additions and 2 deletions

View File

@ -258,12 +258,12 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
}
.sidebar .nav-sidebar {
margin: 5px 0;
margin: 10px 0;
}
.sidebar .nav-link {
color: #aeb2b7;
padding: 8px 10px;
padding: 10px 10px;
transition: background .3s linear, color .3s linear;
display: flex;
align-items: center;