Implement comments via Isso

This commit is contained in:
2026-02-04 12:39:28 -06:00
parent 3d57ad82c5
commit dedc1394cf
5 changed files with 79 additions and 15 deletions

View File

@@ -271,7 +271,7 @@ section {
grid-column: var(--span-grid);
}
/* Add fleuron to last <p> in section */
> p:not(blockquote > p):last-child:after {
> p:not(blockquote > p, p.isso-post-action):last-child:after {
content: "\2766";
display: inline;
font-size: var(--step-1);
@@ -372,7 +372,7 @@ main > p > a > img {
pre {
grid-column: var(--span-grid);
}
p:not(.quizQuestion) {
p:not(.quizQuestion, .isso-input-wrapper) {
margin-block: 0 1lh;
}
p,
@@ -526,12 +526,13 @@ table th {
"WONK" 1;
}
/* Comments */
/* Mastodon */
.continue-discussion {
grid-column: var(--span-grid);
}
.continue-discussion button {
margin-top: var(--space-xs);
margin-top: calc(var(--space-s) * -1);
margin-bottom: var(--space-m);
}
/* Code Fences */