diff options
author | Mario <mario@mariovavti.com> | 2023-05-07 14:25:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-07 14:25:17 +0000 |
commit | 677e7302355f5dc563f479cc97ceae17b1f87035 (patch) | |
tree | 74339e63525acaea6db4b11732906f2f2a07d4c5 | |
parent | 06c0af50c399716e6f67ef8ad913eb974180b706 (diff) | |
parent | 4227d973b904ee6dde7c3f41d805a11cd9f271e7 (diff) | |
download | volse-hubzilla-677e7302355f5dc563f479cc97ceae17b1f87035.tar.gz volse-hubzilla-677e7302355f5dc563f479cc97ceae17b1f87035.tar.bz2 volse-hubzilla-677e7302355f5dc563f479cc97ceae17b1f87035.zip |
Merge branch 'dev' into 8.4RC
-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}} |