diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-05-07 10:30:34 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-05-07 10:30:34 +0200 |
commit | 7185780d4e27ce1842a035c83604b4226d725392 (patch) | |
tree | 5f97911480b7e5736fa76711fb6a6a25032eb338 /view | |
parent | f995b2822fcc3faa1b7da09367506610bc233e88 (diff) | |
download | volse-hubzilla-7185780d4e27ce1842a035c83604b4226d725392.tar.gz volse-hubzilla-7185780d4e27ce1842a035c83604b4226d725392.tar.bz2 volse-hubzilla-7185780d4e27ce1842a035c83604b4226d725392.zip |
h3 adds bottom margin - remove it
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 9c8987b1f..a649581e0 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -8,7 +8,7 @@ </a> {{/if}} <div id="profile-cover-text" class="p-2 position-absolute bottom-0 w-100"> - <div class="text-truncate h3 lh-sm"> + <div class="text-truncate h3 mb-0 lh-sm"> <strong class="text-white fn p-name">{{$profile.fullname}}{{if $profile.online}}<i class="fa fa-fw fa-circle text-success ps-2" title="{{$profile.online}}"></i>{{/if}}</strong> </div> <div class="text-truncate"> |