Fix permalink style

Fixed the link box overflow
This commit is contained in:
Jesús 2020-12-22 19:08:59 -05:00
parent c81cd1941a
commit 6145b66d74
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -512,7 +512,7 @@ label[for=options-toggle-cbox] {
grid-template-rows: repeat(4, auto);
grid-column-gap: 0.4rem;
grid-template-areas:
"author-avatar author-name permalink permalink"
"author-avatar author-name permalink ."
"author-avatar comment-text comment-text comment-text"
". comment-likes comment-likes comment-likes"
". button-row button-row button-row";