Skip to content

Commit

Permalink
Release version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiesigner committed Jan 16, 2021
1 parent 5a4306b commit 4fee892
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 33 deletions.
2 changes: 1 addition & 1 deletion assets/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/post.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.9.1"
"version": "0.9.2"
}
6 changes: 0 additions & 6 deletions post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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! --}}
{{!--
<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 id="disqus_thread"></div>
<script>
Expand Down
1 change: 1 addition & 0 deletions src/sass/components/articles/_article-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
border-radius: 10px 10px 0 0;
background-color: var(--secondary-subtle-color);
overflow: hidden;
@include transform(translateZ(0));

@include respond-to('medium') {
height: 220px;
Expand Down
5 changes: 5 additions & 0 deletions src/sass/components/comments/_comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
@include respond-to('medium') {
padding-top: 60px;
}

iframe {
width: 100%;
max-width: 100%;
}
}
23 changes: 0 additions & 23 deletions src/sass/components/comments/_load-comments.scss

This file was deleted.

8 changes: 8 additions & 0 deletions src/sass/layouts/_post-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,13 @@
@include respond-to('medium') {
margin: 40px auto !important;
}

&:hover {
.kg-bookmark-container {
opacity: 0.8;
color: var(--primary-foreground-color);
}
}
}

.kg-card + .kg-bookmark-card {
Expand All @@ -484,6 +491,7 @@
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px,
rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
border-radius: 3px;
@include transition(opacity linear 0.2s);
}

.kg-bookmark-content {
Expand Down
1 change: 0 additions & 1 deletion src/sass/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@import "components/author/picture";
@import "components/author/links";
@import "components/comments/comments";
@import "components/comments/load-comments";
@import "components/articles/recommended";
@import "components/articles/recommended-articles";
@import "components/articles/recommended-slider";

0 comments on commit 4fee892

Please sign in to comment.