UI Fix: Show sidebar on project edit.

This commit is contained in:
Pablo Vazquez 2019-04-02 15:20:10 +02:00
parent ad5dbdf094
commit 8f3f3b6698
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
| {% extends 'projects/view.html' %} | {% extends 'projects/view.html' %}
| {% block body %} | {% block body %}
#project-container.container #project-container.container.is-sidebar-visible
div.page-content div.page-content
| {% include 'nodes/edit_embed.html' %} | {% include 'nodes/edit_embed.html' %}
| {% endblock body %} | {% endblock body %}

View File

@ -10,8 +10,8 @@ include ../mixins/components
| {% endblock navigation_tabs %} | {% endblock navigation_tabs %}
| {% block body %} | {% block body %}
#project-container #project-container.is-sidebar-visible
#project-side-container #project-side-container.bg-light
#project_nav #project_nav
#project_nav-container #project_nav-container