Fix sidebar transition issue

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

View File

@@ -4001,7 +4001,7 @@ treeview ~ scrollbar.vertical {
.sidebar:backdrop {
background-color: #181b28;
border-color: rgba(13, 16, 23, 0.82);
transition: 200ms ease-out; }
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.sidebar row {
padding: 8px 12px;
transition: all .12s ease-in; }