aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-07-29 09:56:15 +0000
committerMario <mario@mariovavti.com>2024-07-29 09:56:15 +0000
commit15f6bc93cf53cf05162d1314852f567ab2af2bc6 (patch)
treee8e1fa0dc351b6dd5fc77068091a483c79800d11 /view/tpl
parent8c4269d03763efa28b6b76fec2848557e8e4f9af (diff)
downloadvolse-hubzilla-15f6bc93cf53cf05162d1314852f567ab2af2bc6.tar.gz
volse-hubzilla-15f6bc93cf53cf05162d1314852f567ab2af2bc6.tar.bz2
volse-hubzilla-15f6bc93cf53cf05162d1314852f567ab2af2bc6.zip
minor line height fix
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/conv_item.tpl2
-rw-r--r--view/tpl/conv_list.tpl2
-rw-r--r--view/tpl/search_item.tpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index da3489c37..ccbd89ffa 100644
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -27,7 +27,7 @@
{{/if}}
{{/if}}
<div class="p-2 wall-item-head{{if !$item.title && !$item.event && !$item.photo}} rounded-top{{/if}}{{if $item.is_new && !$item.event && !$item.is_comment}} wall-item-head-new{{/if}} clearfix">
- <div class="text-end float-end">
+ <div class="lh-sm text-end float-end">
<div class="wall-item-ago opacity-75" id="wall-item-ago-{{$item.id}}">
{{if $item.editedtime}}
<i class="bi bi-pencil"></i>
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index 09e8bdee0..8bcc71ecd 100644
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -27,7 +27,7 @@
{{/if}}
{{/if}}
<div class="p-2 wall-item-head{{if !$item.title && !$item.event && !$item.photo}} rounded-top{{/if}}{{if $item.is_new && !$item.event && !$item.is_comment}} wall-item-head-new{{/if}}" >
- <div class="text-end float-end">
+ <div class="lh-sm text-end float-end">
<div class="wall-item-ago opacity-75" id="wall-item-ago-{{$item.id}}">
{{if $item.editedtime}}
<i class="bi bi-pencil"></i>
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl
index daffcecf6..8d76f6ac4 100644
--- a/view/tpl/search_item.tpl
+++ b/view/tpl/search_item.tpl
@@ -21,7 +21,7 @@
{{/if}}
{{/if}}
<div class="p-2 wall-item-head{{if !$item.title && !$item.event && !$item.photo}} rounded-top{{/if}}{{if $item.is_new && !$item.event && !$item.is_comment}} wall-item-head-new{{/if}}" >
- <div class="text-end float-end">
+ <div class="lh-sm text-end float-end">
<div class="wall-item-ago opacity-75" id="wall-item-ago-{{$item.id}}">
{{if $item.editedtime}}
<i class="bi bi-pencil"></i>