From 13c3df6ee45044051fc03cae652f3f932c7346ec Mon Sep 17 00:00:00 2001 From: Juhana Luomanen Date: Wed, 24 May 2017 18:31:41 +0300 Subject: [PATCH] Fix sidebar animation --- global_static/css/lib/simple-sidebar.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/global_static/css/lib/simple-sidebar.css b/global_static/css/lib/simple-sidebar.css index 7f43057..3a6d3b7 100644 --- a/global_static/css/lib/simple-sidebar.css +++ b/global_static/css/lib/simple-sidebar.css @@ -8,10 +8,7 @@ #wrapper { padding-left: 0; - -webkit-transition: all 0.5s ease; - -moz-transition: all 0.5s ease; - -o-transition: all 0.5s ease; - transition: all 0.5s ease; + } #wrapper.toggled {