Skip to content

Commit

Permalink
fix blog list height bug
Browse files Browse the repository at this point in the history
update version to 0.4.1
  • Loading branch information
lialun committed Oct 28, 2017
1 parent 593d56b commit 1883ff0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions assets/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ code {
margin-bottom: 0;
}

#blog-list .tag-list-group {
height: 100%;
margin-bottom: 0;
}

#blog-list .tag-stats {
list-style-position: inside;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "everblog",
"description": "A three rows layout ghost blog theme",
"version": "0.4.0",
"version": "0.4.1",
"engines": {
"ghost": ">=1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion partials/tag-blog-list.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row">
<div class="list-group scroll">
<div class="tag-list-group scroll">
<header class="list-group-item tag-stats">
<div class="tag-stats-header">
{{tag.name}}
Expand Down

0 comments on commit 1883ff0

Please sign in to comment.