Tweaked the header CSS, started to work on the liked public page

This commit is contained in:
Thomas Sileo
2018-06-25 23:45:43 +02:00
parent 38e3cc6bb7
commit 2bb4cadc93
6 changed files with 35 additions and 17 deletions

View File

@@ -39,7 +39,7 @@
<div class="h-card p-author">
<a class="u-url u-uid no-hover" href="{{ actor.url }}"><img class="u-photo" src="{% if not actor.icon %}/static/nopic.png{% else %}{{ actor.icon.url }}{% endif %}">
</a>
<data class="p-name" value="{{ actor.name or actor.preferredUsername }}">
<data class="p-name" value="{{ actor.name or actor.preferredUsername }}"></data>
</div>
<div class="note-wrapper">