Major styling update
This commit is contained in:
@ -1,12 +1,16 @@
|
||||
{% if mastodon_id %}
|
||||
<section id="comment-section">
|
||||
<section class="" id="comment-section">
|
||||
<h2>Comments</h2>
|
||||
<div class="comment-ingress"></div>
|
||||
<div id="comments" data-id="{{ mastodon_id }}">
|
||||
<p>Loading comments...</p>
|
||||
</div>
|
||||
<div class="continue-discussion">
|
||||
<a class="big-link" href="https://{{ metadata.mastodonHost }}/@{{ metadata.mastodonUser }}/{{ mastodon_id }}">Comment by replying to this post on Mastodon »</a>
|
||||
<a class="link-button" href="https://{{ metadata.mastodonHost }}/@{{ metadata.mastodonUser }}/{{ mastodon_id }}">
|
||||
<button type="button">
|
||||
Comment by replying to this post on Mastodon »
|
||||
</button>
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<template id="comment-template">
|
||||
|
Reference in New Issue
Block a user