This commit is contained in:
Set Sakrecoer 2020-12-30 23:48:32 +01:00
parent 1a26084a0f
commit 9ec2af3fb1
3 changed files with 11 additions and 14 deletions

View file

@ -15,8 +15,8 @@ GEM
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
eventmachine (1.2.7) eventmachine (1.2.7)
fastimage (2.2.0) fastimage (2.2.1)
ffi (1.13.1) ffi (1.14.2)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (1.8.5) i18n (1.8.5)

View file

@ -382,11 +382,11 @@ footer {
#pleroma { #pleroma {
padding-top: 60px; padding: 60px 0;
.container { .container {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
box-shadow: 15px 15px 28px 24px var(--border-alt) inset;
border-radius: var(--border-radius); border-radius: var(--border-radius);
justify-content: space-between; justify-content: space-between;
div { div {
@ -399,11 +399,12 @@ footer {
box-shadow: 15px 15px 28px 24px var(--border-alt); box-shadow: 15px 15px 28px 24px var(--border-alt);
border-radius: var(--border-radius); border-radius: var(--border-radius);
img { img {
max-width: 120px; max-width: 100%;
height: auto; height: auto;
} }
.date { .date {
font-size: 0.6em; font-size: 0.6em;
margin-top: 10px;
img { img {
border-radius: 40px; border-radius: 40px;
width: 40px; width: 40px;
@ -416,7 +417,7 @@ footer {
} }
hr { hr {
margin-top: 20px;
border: 1px solid var(--fg-alt); border: 1px solid var(--fg-alt);
} }
} }

View file

@ -157,7 +157,7 @@ apps:
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<p><br /><a href="{{ item.id }}" target="_blank" rel="noopener" class="button">Interact</a></p> <p><br /></p>
<hr /> <hr />
<p class="date"> <p class="date">
@ -181,13 +181,9 @@ apps:
{% when '9' %}September {% when '10' %}October {% when '11' %}November {% when '12' %}December {% when '9' %}September {% when '10' %}October {% when '11' %}November {% when '12' %}December
{% endcase %} {% endcase %}
{{ item.published | date: "%Y" }} - {{ item.published | date: "%R" }} {{ item.published | date: "%Y" }} - {{ item.published | date: "%R" }}
<br /> </p>
{% assign avatars = site.data.pleroma.feed.author.link %} <p class="date">
{% for avatar in avatars %} <a href="https://fediverse.party/" target="_blank" rel="noopener" class="button">Interact</a>
{% if avatar.rel == 'avatar' %}
<a href="{{ site.data.pleroma.feed.author.uri }}" target="_blank" rel="noopener"><img src="{{ avatar.href }}" /></a>
{% endif %}
{% endfor %}
</p> </p>
</div> </div>