UI Fix: Show sidebar on project edit.
This commit is contained in:
parent
ad5dbdf094
commit
8f3f3b6698
@ -1,7 +1,7 @@
|
||||
| {% extends 'projects/view.html' %}
|
||||
|
||||
| {% block body %}
|
||||
#project-container.container
|
||||
#project-container.container.is-sidebar-visible
|
||||
div.page-content
|
||||
| {% include 'nodes/edit_embed.html' %}
|
||||
| {% endblock body %}
|
||||
|
@ -10,8 +10,8 @@ include ../mixins/components
|
||||
| {% endblock navigation_tabs %}
|
||||
|
||||
| {% block body %}
|
||||
#project-container
|
||||
#project-side-container
|
||||
#project-container.is-sidebar-visible
|
||||
#project-side-container.bg-light
|
||||
|
||||
#project_nav
|
||||
#project_nav-container
|
||||
|
Loading…
x
Reference in New Issue
Block a user