aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/navbar_tucson.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/navbar_tucson.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/navbar_tucson.tpl')
-rw-r--r--view/tpl/navbar_tucson.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/navbar_tucson.tpl b/view/tpl/navbar_tucson.tpl
index c790e3fbf..6a8b5872d 100644
--- a/view/tpl/navbar_tucson.tpl
+++ b/view/tpl/navbar_tucson.tpl
@@ -142,7 +142,7 @@
{{if $channel_menu && $channel_apps.0}}
<li class="nav-item dropdown" id="channel-menu">
<a class="nav-link" href="#" data-bs-toggle="dropdown"><img src="{{$channel_thumb}}" style="height:14px; width:14px;position:relative; top:-2px;" /></a>
- <div id="dropdown-menu" class="dropdown-menu dropdown-menu-right">
+ <div id="dropdown-menu" class="dropdown-menu dropdown-menu-end">
{{foreach $channel_apps as $channel_app}}
{{$channel_app}}
{{/foreach}}
@@ -158,7 +158,7 @@
{{/if}}
<li class="nav-item dropdown" id="app-menu">
<a class="nav-link" href="#" data-bs-toggle="dropdown"><i class="fa fa-fw fa-bars"></i></a>
- <div id="dropdown-menu" class="dropdown-menu dropdown-menu-right">
+ <div id="dropdown-menu" class="dropdown-menu dropdown-menu-end">
{{if $channel_apps.0 && ! $channel_menu}}
{{foreach $channel_apps as $channel_app}}
{{$channel_app}}