Fix permalink style

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

View File

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