Project: Remove collapse of sidebar

Since projects went full-width it's not needed anymore.
This commit is contained in:
2017-11-28 15:36:31 +01:00
parent ce7754ffe4
commit 2ad65b0485
3 changed files with 0 additions and 141 deletions

View File

@@ -131,11 +131,6 @@ link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v
i.pi-cog
| {% endif %}
.project_nav-toggle-btn(
title="Toggle navigation [T]",
data-toggle="tooltip",
data-placement="right")
i.pi-angle-double-left
#project_nav(class="{{ title }}")
#project_nav-container
@@ -150,7 +145,6 @@ link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v
| {% endblock project_tree %}
| {% endif %}
.project_split(title="Toggle Navigation [T]")
#project_context-container
| {% if project.has_method('PUT') %}