aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-05-07 12:16:52 +0000
committerMario <mario@mariovavti.com>2023-05-07 12:16:52 +0000
commita56f9ab4e6e6438deffe9db843be50b05cbca1f6 (patch)
treeb75e95803cc5046f3090dcde56f67c09fa4c21bc /view/tpl
parentb25ebe12c5c231e951d5a87341f68fa161bb280e (diff)
downloadvolse-hubzilla-a56f9ab4e6e6438deffe9db843be50b05cbca1f6.tar.gz
volse-hubzilla-a56f9ab4e6e6438deffe9db843be50b05cbca1f6.tar.bz2
volse-hubzilla-a56f9ab4e6e6438deffe9db843be50b05cbca1f6.zip
more css and whitespace
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/profile_vcard.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index e06c29716..bbdb781c5 100644
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -34,14 +34,14 @@
{{/if}}
</div>
<div class="d-flex">
- <div class="bg-body-tertiary rounded rounded-end-0 rounded-top-0" style="">
- <img class="rounded rounded-end-0 rounded-top-0 u-photo" src="{{$profile.thumb}}?rev={{$profile.picdate}}" alt="{{$profile.fullname}}" style="width: 5rem; height:5rem;">
+ <div class="bg-body-secondary rounded rounded-end-0 rounded-top-0" style="">
+ <img class="rounded rounded-end-0 rounded-top-0 u-photo" src="{{$profile.thumb}}?rev={{$profile.picdate}}" alt="{{$profile.fullname}}" style="width: 5rem; height: 5rem;">
</div>
{{if $profile.pdesc}}
- <div class="m-2 small lh-sm text-break">{{$profile.pdesc}}</div>
+ <div class="m-2 small text-break">{{$profile.pdesc}}</div>
{{else}}
<div class="m-2">
- <span class="opacity-50">{{$no_pdesc}}</span>
+ <span class="opacity-50">{{$no_pdesc}}</span>
</div>
{{/if}}
</div>