فهرست منبع

prepare for exampleSite

zzossig 5 سال پیش
والد
کامیت
3eb88b54a4
3فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 1 0
      assets/sass/components/_drawer.scss
  2. 1 1
      assets/sass/pages/_single.scss
  3. 0 2
      layouts/partials/head/scripts.html

+ 1 - 0
assets/sass/components/_drawer.scss

@@ -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');
   }

+ 1 - 1
assets/sass/pages/_single.scss

@@ -241,7 +241,7 @@
     }
 
     p {
-      margin: 0 0 1.75rem 0;
+      margin: 0 0 1rem 0;
       padding: 0;      
 
       code:not([class^=language]) {

+ 0 - 2
layouts/partials/head/scripts.html

@@ -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() {