aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/navapps.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-01 22:24:37 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-01 22:24:37 +0100
commitd476b7477b72557d127837be048098d24c82ae87 (patch)
tree5f629d51faa6f061b10d537cee6193e00a0986a9 /view/tpl/navapps.tpl
parent1a56045b42ffee538c20337a70e7ae4a8b62937d (diff)
downloadvolse-hubzilla-d476b7477b72557d127837be048098d24c82ae87.tar.gz
volse-hubzilla-d476b7477b72557d127837be048098d24c82ae87.tar.bz2
volse-hubzilla-d476b7477b72557d127837be048098d24c82ae87.zip
fix notifications badge positioning and rendering of submenus in collapsed mode
Diffstat (limited to 'view/tpl/navapps.tpl')
-rw-r--r--view/tpl/navapps.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navapps.tpl b/view/tpl/navapps.tpl
index de4a6223c..a90fdbaf2 100644
--- a/view/tpl/navapps.tpl
+++ b/view/tpl/navapps.tpl
@@ -1,4 +1,4 @@
-<ul class="dropdown-menu" style="max-height: 80vh">
+<ul class="dropdown-menu">
{{foreach $apps as $app}}
<li><a href="{{$app.url}}">{{if $icon}}<i class="app-icon fa fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="16" height="16" />{{/if}}&nbsp;{{$app.name}}</a></li>
{{/foreach}}