diff options
-rw-r--r-- | view/tpl/navbar_default.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index e2cda2db7..c8b5ce26c 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -201,10 +201,10 @@ {{/foreach}} {{/if}} {{if $navbar_apps.0}} + <div class="d-lg-none dropdown-header text-uppercase"> + {{$pinned_apps}} + </div> <div id="nav-app-bin-container" class="d-lg-none"> - <div class="dropdown-header text-uppercase"> - {{$pinned_apps}} - </div> {{foreach $navbar_apps as $navbar_app}} {{$navbar_app|replace:'navbar-app nav-link':'dropdown-item nav-app-sortable'|replace:'fa':'generic-icons-nav fa'}} {{/foreach}} |