Fix sidebar transition issue

This commit is contained in:
EliverLara
2019-09-09 13:08:47 -05:00
parent e79d6dade8
commit 8f0f599e14
4 changed files with 4 additions and 3 deletions

View File

@@ -4014,7 +4014,7 @@ treeview ~ scrollbar.vertical {
.sidebar:backdrop {
background-color: #1c2124;
border-color: rgba(14, 16, 23, 0.82);
transition: 200ms ease-out; }
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.sidebar.source-list {
background: #16191b;
padding: 4px 0px; }