diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-05-07 09:52:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-05-07 09:52:38 +0200 |
commit | d7490ac7388cc400a3c9dc9d6817e01ba46839ff (patch) | |
tree | 081ca77c4eb0a4ca1afb2ddc3500956260099940 | |
parent | 383d0e17f2c596e991156b773cf0bc115269e941 (diff) | |
parent | 7c1a3ab36e003e3ae646a29a18231586f510c46b (diff) | |
download | volse-hubzilla-d7490ac7388cc400a3c9dc9d6817e01ba46839ff.tar.gz volse-hubzilla-d7490ac7388cc400a3c9dc9d6817e01ba46839ff.tar.bz2 volse-hubzilla-d7490ac7388cc400a3c9dc9d6817e01ba46839ff.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 | ||||
-rw-r--r-- | view/tpl/profile_vcard.tpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 241b370dc..1696f10bd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -527,8 +527,8 @@ footer { } .contact-block-img { - width: 2.96rem; - height: 2.96rem; + width: 2.94rem; + height: 2.94rem; margin-bottom: 3px; } diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 4c3875fa7..9c8987b1f 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -9,7 +9,7 @@ {{/if}} <div id="profile-cover-text" class="p-2 position-absolute bottom-0 w-100"> <div class="text-truncate h3 lh-sm"> - <strong class="text-white fn p-name">{{$profile.fullname}}{{if $profile.online}}<i class="fa fa-fw fa-asterisk text-danger ps-2" title="{{$profile.online}}"></i>{{/if}}</strong> + <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"> <span class="text-white p-adr">{{$profile.reddress}}</span> |