Fix sidebar animation

This commit is contained in:
Juhana Luomanen
2017-05-24 18:31:41 +03:00
parent 50fec558c2
commit 13c3df6ee4
+1 -4
View File
@@ -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 {