Add line before comments
This commit is contained in:
parent
2b68602f86
commit
9d6cc301e8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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);
|
||||||
|
7
post.hbs
7
post.hbs
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user