diff options
Diffstat (limited to 'view/tpl/xchan_vcard.tpl')
-rw-r--r-- | view/tpl/xchan_vcard.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl index 447839167..7deae0f99 100644 --- a/view/tpl/xchan_vcard.tpl +++ b/view/tpl/xchan_vcard.tpl @@ -5,16 +5,16 @@ <img class="u-photo" src="{{$photo}}" alt="{{$name}}" width="80px" height="80px"> </a> </div> - <div class="col m-1"> + <div class="col-7 m-1"> <div class="row"> - <strong class="fn p-name">{{$name}}</strong> + <strong class="fn p-name text-truncate">{{$name}}</strong> </div> <div class="row"> - <small class="text-muted p-adr">{{$addr}}</small> + <small class="text-muted p-adr text-truncate">{{$addr}}</small> </div> {{if $connect}} <div class="row mt-2"> - <a href="follow?f=&url={{$follow}}" class="btn btn-success btn-sm" rel="nofollow"> + <a href="follow?f=&url={{$follow}}&interactive=1" class="btn btn-success btn-sm" rel="nofollow"> <i class="fa fa-plus"></i> {{$connect}} </a> </div> |