aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_vcard.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-05-07 11:29:45 +0000
committerMario <mario@mariovavti.com>2023-05-07 11:29:45 +0000
commitbe45005dbb3d17bf4215e314c19ed2b7853e6a54 (patch)
treee9310ec98a3466761f6bb5095cd4e9c60c85ec4a /view/tpl/profile_vcard.tpl
parentb8c9f0498961bb3237c94ad007172883f554e2b2 (diff)
downloadvolse-hubzilla-be45005dbb3d17bf4215e314c19ed2b7853e6a54.tar.gz
volse-hubzilla-be45005dbb3d17bf4215e314c19ed2b7853e6a54.tar.bz2
volse-hubzilla-be45005dbb3d17bf4215e314c19ed2b7853e6a54.zip
css fixes
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rw-r--r--view/tpl/profile_vcard.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index a649581e0..670181c4d 100644
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -33,9 +33,9 @@
</div>
{{/if}}
</div>
- <div class="d-flex justify-content-start">
- <div class="rounded rounded-end-0 rounded-top-0">
- <img class="rounded rounded-end-0 rounded-top-0 u-photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.fullname}}" style="width: 6rem; height:6rem;">
+ <div class="d-flex">
+ <div class="bg-body-tertiary rounded rounded-end-0 rounded-top-0" style="">
+ <img class="rounded rounded-end-0 rounded-top-0 u-photo" src="{{$profile.thumb}}?rev={{$profile.picdate}}" alt="{{$profile.fullname}}" style="width: 5rem; height:5rem;">
</div>
{{if $profile.pdesc}}
<div class="m-2 text-break">{{$profile.pdesc}}</div>