diff options
author | Mario <mario@mariovavti.com> | 2023-05-07 12:16:52 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-07 12:16:52 +0000 |
commit | a56f9ab4e6e6438deffe9db843be50b05cbca1f6 (patch) | |
tree | b75e95803cc5046f3090dcde56f67c09fa4c21bc /view | |
parent | b25ebe12c5c231e951d5a87341f68fa161bb280e (diff) | |
download | volse-hubzilla-a56f9ab4e6e6438deffe9db843be50b05cbca1f6.tar.gz volse-hubzilla-a56f9ab4e6e6438deffe9db843be50b05cbca1f6.tar.bz2 volse-hubzilla-a56f9ab4e6e6438deffe9db843be50b05cbca1f6.zip |
more css and whitespace
Diffstat (limited to 'view')
-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> |