aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/xchan_vcard.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/xchan_vcard.tpl')
-rw-r--r--view/tpl/xchan_vcard.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl
index a5568f283..473cda7ad 100644
--- a/view/tpl/xchan_vcard.tpl
+++ b/view/tpl/xchan_vcard.tpl
@@ -5,15 +5,15 @@
<img class="u-photo rounded-start" src="{{$photo}}" alt="{{$name}}" style="width: 6rem; height:6rem;">
</a>
</div>
- <div class="col-7 m-1 p-0">
+ <div class="col-7 m-1 p-0 lh-sm">
<div class="text-truncate">
<strong class="fn p-name">{{$name}}</strong>
</div>
<div class="text-truncate">
- <small class="text-muted p-adr">{{$addr}}</small>
+ <span class="text-muted p-adr">{{$addr}}</span>
</div>
{{if $connect}}
- <div class="mt-1">
+ <div class="mt-2">
<a href="follow?f=&url={{$follow}}&interactive=1" class="btn btn-success btn-sm" rel="nofollow">
<i class="fa fa-plus"></i> {{$connect}}
</a>