From edc8d17031def12739c7c664ec0b454ce135c7f3 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 6 May 2023 20:42:04 +0000 Subject: slightly change online status display --- view/tpl/profile_vcard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}
- {{$profile.fullname}}{{if $profile.online}}{{/if}} + {{$profile.fullname}}{{if $profile.online}}{{/if}}
{{$profile.reddress}} -- cgit v1.2.3 From 7c1a3ab36e003e3ae646a29a18231586f510c46b Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 7 May 2023 07:11:54 +0000 Subject: css fix --- view/theme/redbasic/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 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; } -- cgit v1.2.3