Fixed tag and author description character limit

This commit is contained in:
Sodbileg Gansukh 2023-07-06 09:46:03 +08:00
parent 10fd2f3a1c
commit 22c83f9128
3 changed files with 7 additions and 2 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;