aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/xchan_vcard.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-12-03 13:46:41 +0100
committerMario Vavti <mario@mariovavti.com>2021-12-03 13:46:41 +0100
commit1b0a17c7dba1ca2ff5cc6d943d37abb14a5ec73c (patch)
tree75fd03333e51465fa8512b17200eb604db25b166 /view/tpl/xchan_vcard.tpl
parentfe7ecede700fe04631d23f36473e697ce2b364dc (diff)
parent60b145833c5c07898363d51838a942b876f60c3c (diff)
downloadvolse-hubzilla-1b0a17c7dba1ca2ff5cc6d943d37abb14a5ec73c.tar.gz
volse-hubzilla-1b0a17c7dba1ca2ff5cc6d943d37abb14a5ec73c.tar.bz2
volse-hubzilla-1b0a17c7dba1ca2ff5cc6d943d37abb14a5ec73c.zip
Merge branch 'dev'
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 2fd9bec1d..a5568f283 100644
--- a/view/tpl/xchan_vcard.tpl
+++ b/view/tpl/xchan_vcard.tpl
@@ -1,11 +1,11 @@
<div class="card mb-3 h-card">
<div class="row">
- <div class="col-4">
+ <div class="col-4" style="width: 7rem;">
<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}}" style="width: 6rem; height:6rem;">
</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>