Browse Source

webmentions css amendments

master
jk 4 years ago
parent
commit
30e3e989d3
  1. 1
      themes/nipponalba/layouts/partials/webmention.html
  2. 2
      themes/nipponalba/static/css/style.css

1
themes/nipponalba/layouts/partials/webmention.html

@ -1,5 +1,4 @@
{{ range sort . "published" "asc" }} {{ range sort . "published" "asc" }}
<br/>
{{ if eq (index . "wm-property") "mention" }} {{ if eq (index . "wm-property") "mention" }}
<section class="mention interaction"><span class="remote_profile"><a href="{{ .author.url }}"><img src="{{ .author.photo }}" /></a></span><section class="intcontent"><span class="intactivity"><a href="{{ .author.url }}">{{ .author.name }}</a> mentioned this post in <a href="{{ .url }}">the post {{ .title }}</a></span> <section class="mention interaction"><span class="remote_profile"><a href="{{ .author.url }}"><img src="{{ .author.photo }}" /></a></span><section class="intcontent"><span class="intactivity"><a href="{{ .author.url }}">{{ .author.name }}</a> mentioned this post in <a href="{{ .url }}">the post {{ .title }}</a></span>
{{ if .content.html }} {{ if .content.html }}

2
themes/nipponalba/static/css/style.css

@ -569,7 +569,7 @@ line-height: 2;
margin:2px; margin:2px;
padding:0px; padding:0px;
border-radius: 50%; border-radius: 50%;
border:1px solid var(--text-colour);
box-shadow: 1px 1px 2px var(--text-colour);
position:relative; position:relative;
top:-10px; top:-10px;
} }