Fixes #7045: Fix navigation menu rendering under Chrome

This commit is contained in:
jeremystretch
2021-08-30 09:56:05 -04:00
parent eae01a7ddf
commit 78261c7ed0
2 changed files with 6 additions and 3 deletions

View File

@@ -34,8 +34,10 @@
{% nav %}
</div>
</div>
<div class="profile-button-container">
{% include 'inc/profile_button.html' %}
{# Profile controls #}
<div class="profile-button-container">
{% include 'inc/profile_button.html' %}
</div>
</div>
</nav>