aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/messages_widget.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-02-12 15:05:06 +0000
committerMario <mario@mariovavti.com>2023-02-12 15:05:06 +0000
commit6c78f7b76936513a408d036c98c12f8e88b448fc (patch)
treebdaa2f96fcbbd2a94aec454f8aa9007376a8015f /view/tpl/messages_widget.tpl
parent2c459fefceb5208bba91a3acd64644fb65c78274 (diff)
downloadvolse-hubzilla-6c78f7b76936513a408d036c98c12f8e88b448fc.tar.gz
volse-hubzilla-6c78f7b76936513a408d036c98c12f8e88b448fc.tar.bz2
volse-hubzilla-6c78f7b76936513a408d036c98c12f8e88b448fc.zip
css fixes
Diffstat (limited to 'view/tpl/messages_widget.tpl')
-rw-r--r--view/tpl/messages_widget.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/messages_widget.tpl b/view/tpl/messages_widget.tpl
index 3bedf518f..5770abffc 100644
--- a/view/tpl/messages_widget.tpl
+++ b/view/tpl/messages_widget.tpl
@@ -29,7 +29,7 @@
<img src="{9}" loading="lazy" class="rounded menu-img-2">
<div class="text-nowrap">
<div class="d-flex justify-content-between align-items-center lh-sm">
- <div class="text-truncate mr-1">
+ <div class="text-truncate pe-1">
{7}
<strong title="{4}">{4}</strong>
</div>
@@ -59,7 +59,7 @@
<img src="{{$e.author_img}}" loading="lazy" class="rounded menu-img-2">
<div class="text-nowrap">
<div class="d-flex justify-content-between align-items-center lh-sm">
- <div class="text-truncate mr-1">
+ <div class="text-truncate pe-1">
{{$e.icon}}
<strong title="{{$e.author_name}}">{{$e.author_name}}</strong>
</div>