diff options
author | Mario <mario@mariovavti.com> | 2023-05-07 14:24:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-07 14:24:59 +0000 |
commit | 4227d973b904ee6dde7c3f41d805a11cd9f271e7 (patch) | |
tree | dfc0e8d6d7c94f97865e4360c65b2d448d17b6ec /view/tpl | |
parent | 4d3a48d1c192ed54dfabaea5e251ddd083070b21 (diff) | |
download | volse-hubzilla-4227d973b904ee6dde7c3f41d805a11cd9f271e7.tar.gz volse-hubzilla-4227d973b904ee6dde7c3f41d805a11cd9f271e7.tar.bz2 volse-hubzilla-4227d973b904ee6dde7c3f41d805a11cd9f271e7.zip |
missing class
Diffstat (limited to 'view/tpl')
-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 8276a1b72..14c96de67 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -5,7 +5,7 @@ <img class="img-fluid rounded-top" src="{{$cover.url}}" alt="" style=""> </div> {{if $connect}} - <a href="{{$connect_url}}" class="btn btn-success btn-sm m-2 position-absolute end-0" rel="nofollow"> + <a href="{{$connect_url}}" class="btn btn-success btn-sm m-2 position-absolute top-0 end-0" rel="nofollow"> <i class="fa fa-plus"></i> {{$connect}} </a> {{/if}} |