diff options
author | Mario <mario@mariovavti.com> | 2023-05-12 08:01:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-12 08:01:25 +0000 |
commit | 9252ae159675877e0a8a31a43004ce34a801b617 (patch) | |
tree | f7ff1fbc3dee5148658a3b565ff3ec9915bdf445 | |
parent | 0155e9131d257b5c80749739708c69ae7d96eb6d (diff) | |
download | volse-hubzilla-9252ae159675877e0a8a31a43004ce34a801b617.tar.gz volse-hubzilla-9252ae159675877e0a8a31a43004ce34a801b617.tar.bz2 volse-hubzilla-9252ae159675877e0a8a31a43004ce34a801b617.zip |
css fixes
-rw-r--r-- | view/tpl/profile_vcard.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 14c96de67..6cf40bf79 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -36,8 +36,8 @@ {{/if}} </div> <div class="d-flex"> - <div id="profile-photo-wrapper" class="bg-body-secondary rounded rounded-end-0 rounded-top-0" style="min-width: 5rem; min-height: 5rem;"> - <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 id="profile-photo-wrapper" class="bg-body-secondary rounded rounded-end-0 rounded-top-0 overflow-hidden" style="min-width: 5rem; min-height: 5rem;"> + <img class="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 text-break">{{$profile.pdesc}}</div> |