Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-02-05 20:36:45 +0300
committerzzossig <zzossig@gmail.com>2020-02-05 20:36:45 +0300
commit207e45cd94f1dcfbfd3f06c838e464fdc5729cec (patch)
tree226288bb3547ba51ab97acdec673b48fb86f4461
parent3ffe6f5ac4c335d989b9782ea2a8c1e34aa66650 (diff)
parent3eb88b54a481067507e11c8c602ae70412958b71 (diff)
Merge branch 'master' of https://github.com/zzossig/zdoc
-rw-r--r--assets/sass/components/_drawer.scss1
-rw-r--r--assets/sass/pages/_single.scss2
-rw-r--r--layouts/partials/head/scripts.html2
3 files changed, 2 insertions, 3 deletions
diff --git a/assets/sass/components/_drawer.scss b/assets/sass/components/_drawer.scss
index 1eb2cdb..2e81c18 100644
--- a/assets/sass/components/_drawer.scss
+++ b/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');
}
diff --git a/assets/sass/pages/_single.scss b/assets/sass/pages/_single.scss
index 5388395..7ef4afa 100644
--- a/assets/sass/pages/_single.scss
+++ b/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]) {
diff --git a/layouts/partials/head/scripts.html b/layouts/partials/head/scripts.html
index acb8529..0d9befa 100644
--- a/layouts/partials/head/scripts.html
+++ b/layouts/partials/head/scripts.html
@@ -96,8 +96,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() {