aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.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/photo_view.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/photo_view.tpl')
-rw-r--r--view/tpl/photo_view.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 85d794f11..473e34123 100644
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -7,7 +7,7 @@
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown">
<i class="fa fa-cog"></i>&nbsp;{{$tools_label}}
</button>
- <div class="dropdown-menu dropdown-menu-right flex-column">
+ <div class="dropdown-menu dropdown-menu-end flex-column">
{{if $tools}}
<a class="dropdown-item" href="{{$tools.profile.0}}"><i class="fa fa-user"></i>&nbsp;{{$tools.profile.1}}</a>
<a class="dropdown-item" href="{{$tools.cover.0}}"><i class="fa fa-picture-o"></i>&nbsp;{{$tools.cover.1}}</a>
@@ -24,7 +24,7 @@
{{if $lock}}
<div class="btn-group">
<button id="lockview" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" title="{{$lock}}" onclick="lockview('photo',{{$id}});" ><i class="fa fa-lock"></i></button>
- <ul id="panel-{{$id}}" class="lockview-panel dropdown-menu dropdown-menu-right"></ul>
+ <ul id="panel-{{$id}}" class="lockview-panel dropdown-menu dropdown-menu-end"></ul>
</div>
{{/if}}
{{if $prevlink || $nextlink}}