@@ -20,7 +20,7 @@
/*
* Sidebar
*/
-.content-wrapper {
+body {
// hide elements by agile-admin completely
.logo .logo-text {
display: none;
@@ -37,7 +37,7 @@
{% block html_body %}
<body
- class="main-container content-wrapper installer nologin growi"
+ class="main-container installer nologin growi"
{% block html_base_attr %}{% endblock %}
data-csrftoken="{{ csrf() }}"
>
@@ -61,7 +61,7 @@
- class="main-container content-wrapper {% block html_base_css %}{% endblock %}
+ class="main-container {% block html_base_css %}{% endblock %}
{% if !getConfig('crowi', 'customize:layout') || 'crowi' === getConfig('crowi', 'customize:layout') %}crowi{% elseif !getConfig('crowi', 'customize:layout') || 'kibela' === getConfig('crowi', 'customize:layout') %}kibela{% else %}growi{% endif %}"
data-me="{{ user._id.toString() }}"
data-is-admin="{{ user.admin }}"