@@ -6,6 +6,7 @@
width: $drawer-width;
height: 100%;
+ @include transition(all, 0.3s, ease-out);
@include themify($themes) {
background-color: themed('body-background-color');
}
@@ -241,7 +241,7 @@
p {
- margin: 0 0 1.75rem 0;
+ margin: 0 0 1rem 0;
padding: 0;
code:not([class^=language]) {
@@ -93,8 +93,6 @@
modal.style.left = 0;
modal.style.opacity = 1;
drawer.style.left = 0;
- drawer.style.transition = "left 0.3s ease-out, opacity 0.2s ease-out";
- drawer.style.webkitTransition = "left 0.3s ease-out, opacity 0.2s ease-out";
var closeDrawer = function() {