Implement comments via Isso
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user