Always show side nav and update styling

This commit is contained in:
leigh-mil
2019-12-18 14:17:03 -05:00
parent 070cfda32c
commit 8166c05ec2
3 changed files with 54 additions and 36 deletions

View File

@@ -21,9 +21,7 @@
{% include 'navigation/topbar.html' %}
<div class='global-layout'>
{% if portfolios %}
{% include 'navigation/global_sidenav.html' %}
{% endif %}
{% include 'navigation/global_sidenav.html' %}
<div class='global-panel-container'>
{% block sidenav %}{% endblock %}