diff options
author | Mario <mario@mariovavti.com> | 2023-05-07 11:29:45 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-07 11:29:45 +0000 |
commit | be45005dbb3d17bf4215e314c19ed2b7853e6a54 (patch) | |
tree | e9310ec98a3466761f6bb5095cd4e9c60c85ec4a /view/tpl | |
parent | b8c9f0498961bb3237c94ad007172883f554e2b2 (diff) | |
download | volse-hubzilla-be45005dbb3d17bf4215e314c19ed2b7853e6a54.tar.gz volse-hubzilla-be45005dbb3d17bf4215e314c19ed2b7853e6a54.tar.bz2 volse-hubzilla-be45005dbb3d17bf4215e314c19ed2b7853e6a54.zip |
css fixes
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/profile_vcard.tpl | 6 |
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> |