aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-10-11 09:45:12 +0000
committerMario <mario@mariovavti.com>2022-10-11 09:45:12 +0000
commit60b576568e69eabfe40761645c9e8e0de636b608 (patch)
tree928dfb19507ddcc11fb0cda694bb1e6e74662e5b /view
parentd0e1b73205c2e2c66904af7804d1d79a37ba8843 (diff)
downloadvolse-hubzilla-60b576568e69eabfe40761645c9e8e0de636b608.tar.gz
volse-hubzilla-60b576568e69eabfe40761645c9e8e0de636b608.tar.bz2
volse-hubzilla-60b576568e69eabfe40761645c9e8e0de636b608.zip
more css fixes
Diffstat (limited to 'view')
-rw-r--r--view/tpl/profile_vcard.tpl6
-rw-r--r--view/tpl/xchan_vcard.tpl6
2 files changed, 6 insertions, 6 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index 3da580f60..beec6b3a0 100644
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -23,14 +23,14 @@
<a class="profile-edit-side-link float-end" href="{{$editmenu.edit.0}}" ><i class="fa fa-pencil" title="{{$editmenu.edit.1}}"></i></a>
{{/if}}
- <div class="text-truncate">
+ <div class="text-truncate lh-sm">
<strong class="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>
</div>
<div class="text-truncate">
- <small class="text-muted p-adr">{{$profile.reddress}}</small>
+ <span class="text-muted p-adr">{{$profile.reddress}}</span>
</div>
{{if $connect}}
- <div class="mt-1">
+ <div class="mt-2">
<a href="{{$connect_url}}" class="btn btn-success btn-sm" rel="nofollow">
<i class="fa fa-plus"></i> {{$connect}}
</a>
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl
index a5568f283..473cda7ad 100644
--- a/view/tpl/xchan_vcard.tpl
+++ b/view/tpl/xchan_vcard.tpl
@@ -5,15 +5,15 @@
<img class="u-photo rounded-start" src="{{$photo}}" alt="{{$name}}" style="width: 6rem; height:6rem;">
</a>
</div>
- <div class="col-7 m-1 p-0">
+ <div class="col-7 m-1 p-0 lh-sm">
<div class="text-truncate">
<strong class="fn p-name">{{$name}}</strong>
</div>
<div class="text-truncate">
- <small class="text-muted p-adr">{{$addr}}</small>
+ <span class="text-muted p-adr">{{$addr}}</span>
</div>
{{if $connect}}
- <div class="mt-1">
+ <div class="mt-2">
<a href="follow?f=&url={{$follow}}&interactive=1" class="btn btn-success btn-sm" rel="nofollow">
<i class="fa fa-plus"></i> {{$connect}}
</a>