CSS tweaks
This commit is contained in:
parent
4d565a5e44
commit
8acc17da8b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
</span>
|
</span>
|
||||||
<div class="actor-inline">
|
<div class="actor-inline">
|
||||||
<div style="font-weight:bold">{{ follower.name or follower.preferredUsername }}</div>
|
<div style="font-weight:bold">{{ follower.name or follower.preferredUsername }}</div>
|
||||||
<small>@{{ follower.preferredUsername }}@{{ follower.url | get_url | domain }}</small>
|
<small class="lcolor">@{{ follower.preferredUsername }}@{{ follower.url | get_url | domain }}</small>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
Loading…
Reference in a new issue