Add line before comments

This commit is contained in:
2023-10-19 14:24:04 +01:00
parent 2b68602f86
commit 9d6cc301e8
4 changed files with 11 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3
View File
@@ -3,6 +3,9 @@
padding: 1em; padding: 1em;
padding-top: 0.3em; padding-top: 0.3em;
} }
.mastodon-comments-top {
padding-bottom: 1.5em;
}
.mastodon-comment { .mastodon-comment {
background-color: var(--background-color); background-color: var(--background-color);
border-radius: var(--card-border-radius); border-radius: var(--card-border-radius);
+6 -1
View File
@@ -49,9 +49,14 @@
</article> </article>
<section class="gh-comments gh-canvas"> <section class="gh-comments gh-canvas">
<div id="mastodon-comments-header" style="display: none;"> <div id="mastodon-comments-header" style="display: none;">
<div class="mastodon-comments-top">
<hr/>
</div>
<h2>Comments</h2> <h2>Comments</h2>
<p>Comments powered by Mastodon. Reply to <a id="toot-link-top">this status</a> to comment.</p> <p>Comments powered by Mastodon. Reply to <a id="toot-link-top">this status</a> to comment.</p>
<div class="tootlink-tip"> <div class="tootlink-tip">