This commit is contained in:
github-actions 2023-07-06 15:05:05 +00:00
commit c7857a263f
4 changed files with 8 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1025,6 +1025,11 @@ production stylesheet in assets/built/screen.css
margin-top: 6px;
}
:is(.tag-template, .author-template) .post-card-large .post-card-excerpt {
display: block;
overflow-y: auto;
}
.post-card-meta {
display: flex;
align-items: center;

View File

@ -2,7 +2,7 @@
"name": "casper-i18n",
"description": "The same casper theme, but with localization support",
"demo": "https://demo.ghost.io",
"version": "5.5.2",
"version": "5.5.3",
"engines": {
"ghost": ">=5.0.0"
},