diff options
-rw-r--r-- | app/assets/stylesheets/new_sidebar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss index 5348088b0ff..ae6a747ee04 100644 --- a/app/assets/stylesheets/new_sidebar.scss +++ b/app/assets/stylesheets/new_sidebar.scss @@ -20,7 +20,7 @@ $new-sidebar-width: 220px; position: fixed; z-index: 400; width: $new-sidebar-width; - transition: width .15s; + transition: width $sidebar-transition-duration; top: 50px; bottom: 0; left: 0; |