mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Adaptable width for nav menu
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<li class="nav-link more"><a href="javascript:void(0)">Sections</a>
|
||||
<ul class="submenu min-width">
|
||||
<ul class="submenu width-15-em">
|
||||
{% for route in routes %}
|
||||
<li><a href="{{ path(route.key, args ) }}">
|
||||
{% spaceless %}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<li class="nav-link more"><a href="javascript:void(0)">{{ app.user.username }}</a>
|
||||
<ul class="submenu min-width">
|
||||
<ul class="submenu width-11-em">
|
||||
{% for route in routes %}
|
||||
<li><a href="{{ path(route.key, args ) }}"><i class="fa fa-{{ route.icon }}"></i> {{ route.label|trans }}</a></li>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user