Skip to content

Commit 1883ff0

Browse files
committed
fix blog list height bug
update version to 0.4.1
1 parent 593d56b commit 1883ff0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

assets/css/default.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ code {
132132
margin-bottom: 0;
133133
}
134134

135+
#blog-list .tag-list-group {
136+
height: 100%;
137+
margin-bottom: 0;
138+
}
139+
135140
#blog-list .tag-stats {
136141
list-style-position: inside;
137142
margin: 0;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "everblog",
33
"description": "A three rows layout ghost blog theme",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"engines": {
66
"ghost": ">=1.0.0"
77
},

partials/tag-blog-list.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="row">
2-
<div class="list-group scroll">
2+
<div class="tag-list-group scroll">
33
<header class="list-group-item tag-stats">
44
<div class="tag-stats-header">
55
{{tag.name}}

0 commit comments

Comments
 (0)