diff options
Diffstat (limited to 'view/tpl/xchan_vcard.tpl')
-rw-r--r-- | view/tpl/xchan_vcard.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl index 2fd9bec1d..2b5a6cb41 100644 --- a/view/tpl/xchan_vcard.tpl +++ b/view/tpl/xchan_vcard.tpl @@ -2,10 +2,10 @@ <div class="row"> <div class="col-4"> <a href="{{$link}}" > - <img class="u-photo" src="{{$photo}}" alt="{{$name}}" width="80px" height="80px"> + <img class="u-photo rounded-start" src="{{$photo}}" alt="{{$name}}" width="80px" height="80px"> </a> </div> - <div class="col-7 m-1"> + <div class="col-7 m-1 p-0"> <div class="text-truncate"> <strong class="fn p-name">{{$name}}</strong> </div> |