aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_list.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-07-29 09:03:22 +0000
committerMario <mario@mariovavti.com>2021-07-29 09:03:22 +0000
commit693736df7c4de1b00f746f9f671f287fc757aa3e (patch)
treeb00756eda9a861b3001a17b773e9bcc04b2f6017 /view/tpl/conv_list.tpl
parent943e7dd242caf5e66ce1d093b137e86db156aa73 (diff)
downloadvolse-hubzilla-693736df7c4de1b00f746f9f671f287fc757aa3e.tar.gz
volse-hubzilla-693736df7c4de1b00f746f9f671f287fc757aa3e.tar.bz2
volse-hubzilla-693736df7c4de1b00f746f9f671f287fc757aa3e.zip
dropdown-menu-right -> dropdown-menu-end
Diffstat (limited to 'view/tpl/conv_list.tpl')
-rw-r--r--view/tpl/conv_list.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index d163c5842..a20a6de8d 100644
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -77,7 +77,7 @@
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" id="wall-item-react-{{$item.id}}">
<i class="fa fa-smile-o"></i>
</button>
- <div class="dropdown-menu dropdown-menu-right">
+ <div class="dropdown-menu dropdown-menu-end">
{{foreach $item.reactions as $react}}
<a class="dropdown-item clearfix" href="#" onclick="jotReact({{$item.id}},'{{$react}}'); return false;"><img class="menu-img-2" src="/images/emoji/{{$react}}.png" alt="{{$react}}" /></a>
{{/foreach}}
@@ -135,7 +135,7 @@
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" id="wall-item-menu-{{$item.id}}">
<i class="fa fa-cog"></i>
</button>
- <div class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="wall-item-menu-{{$item.id}}">
+ <div class="dropdown-menu dropdown-menu-end" role="menu" aria-labelledby="wall-item-menu-{{$item.id}}">
{{if $item.share}}
<a class="dropdown-item" href="#" onclick="jotShare({{$item.id}},{{$item.item_type}}); return false"><i class="generic-icons-nav fa fa-fw fa-retweet" title="{{$item.share.0}}"></i>{{$item.share.0}}</a>
{{/if}}