diff options
author | Mario <mario@mariovavti.com> | 2023-05-07 12:17:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-07 12:17:09 +0000 |
commit | f6b66f4cad6aaef31f6c79e43808c7819e001050 (patch) | |
tree | d17baafb81f80d387b30026e554ca14b7e85e36b | |
parent | ca913e50773e88f6b99d0f47be32c7062b5d4d1b (diff) | |
parent | a56f9ab4e6e6438deffe9db843be50b05cbca1f6 (diff) | |
download | volse-hubzilla-f6b66f4cad6aaef31f6c79e43808c7819e001050.tar.gz volse-hubzilla-f6b66f4cad6aaef31f6c79e43808c7819e001050.tar.bz2 volse-hubzilla-f6b66f4cad6aaef31f6c79e43808c7819e001050.zip |
Merge branch 'dev' into 8.4RC
-rw-r--r-- | view/tpl/profile_vcard.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index e06c29716..bbdb781c5 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -34,14 +34,14 @@ {{/if}} </div> <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 class="bg-body-secondary 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 small lh-sm text-break">{{$profile.pdesc}}</div> + <div class="m-2 small text-break">{{$profile.pdesc}}</div> {{else}} <div class="m-2"> - <span class="opacity-50">{{$no_pdesc}}</span> + <span class="opacity-50">{{$no_pdesc}}</span> </div> {{/if}} </div> |