Release version 0.9.2
This commit is contained in:
parent
5a4306b6df
commit
4fee892b57
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -54,5 +54,5 @@
|
||||||
"desktop": "assets/screenshot-desktop.jpg",
|
"desktop": "assets/screenshot-desktop.jpg",
|
||||||
"mobile": "assets/screenshot-mobile.jpg"
|
"mobile": "assets/screenshot-mobile.jpg"
|
||||||
},
|
},
|
||||||
"version": "0.9.1"
|
"version": "0.9.2"
|
||||||
}
|
}
|
||||||
|
|
6
post.hbs
6
post.hbs
|
@ -178,12 +178,6 @@ into the {body} of the default.hbs template --}}
|
||||||
{{!-- If you want to embed comments, this is a good place to do it! --}}
|
{{!-- If you want to embed comments, this is a good place to do it! --}}
|
||||||
{{!--
|
{{!--
|
||||||
<section class="m-comments">
|
<section class="m-comments">
|
||||||
<div class="m-load-comments">
|
|
||||||
<div class="m-load-comments__line"></div>
|
|
||||||
<button class="m-icon-button filled as-load-comments js-tooltip js-load-comments" data-tippy-content="Load comments">
|
|
||||||
<span class="icon-comments"></span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div class="m-load-comments__iframe l-wrapper in-comments js-comments-iframe">
|
<div class="m-load-comments__iframe l-wrapper in-comments js-comments-iframe">
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -93,6 +93,7 @@
|
||||||
border-radius: 10px 10px 0 0;
|
border-radius: 10px 10px 0 0;
|
||||||
background-color: var(--secondary-subtle-color);
|
background-color: var(--secondary-subtle-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@include transform(translateZ(0));
|
||||||
|
|
||||||
@include respond-to('medium') {
|
@include respond-to('medium') {
|
||||||
height: 220px;
|
height: 220px;
|
||||||
|
|
|
@ -4,4 +4,9 @@
|
||||||
@include respond-to('medium') {
|
@include respond-to('medium') {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
.m-load-comments {
|
|
||||||
position: relative;
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 280px;
|
|
||||||
|
|
||||||
@include respond-to('medium') {
|
|
||||||
max-width: 400px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.m-load-comments__line {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
top: 50%;
|
|
||||||
height: 1px;
|
|
||||||
z-index: 1;
|
|
||||||
background-color: var(--secondary-subtle-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.m-load-comments__iframe {
|
|
||||||
display: none;
|
|
||||||
}
|
|
|
@ -470,6 +470,13 @@
|
||||||
@include respond-to('medium') {
|
@include respond-to('medium') {
|
||||||
margin: 40px auto !important;
|
margin: 40px auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
.kg-bookmark-container {
|
||||||
|
opacity: 0.8;
|
||||||
|
color: var(--primary-foreground-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-card + .kg-bookmark-card {
|
.kg-card + .kg-bookmark-card {
|
||||||
|
@ -484,6 +491,7 @@
|
||||||
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px,
|
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px,
|
||||||
rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
|
rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@include transition(opacity linear 0.2s);
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-bookmark-content {
|
.kg-bookmark-content {
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
@import "components/author/picture";
|
@import "components/author/picture";
|
||||||
@import "components/author/links";
|
@import "components/author/links";
|
||||||
@import "components/comments/comments";
|
@import "components/comments/comments";
|
||||||
@import "components/comments/load-comments";
|
|
||||||
@import "components/articles/recommended";
|
@import "components/articles/recommended";
|
||||||
@import "components/articles/recommended-articles";
|
@import "components/articles/recommended-articles";
|
||||||
@import "components/articles/recommended-slider";
|
@import "components/articles/recommended-slider";
|
||||||
|
|
Loading…
Reference in a new issue