diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 3eae5ce..fce3b19 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -184,7 +184,7 @@ div#header { div#header h1 { height: $header-height; line-height: $header-height; - padding: 0 0 0 $sidepage-width + $sidepage-left-space; + padding: 0 0 0 1rem; box-sizing: border-box; margin: 0; font-weight: normal; @@ -740,6 +740,9 @@ ul.objects-list li span.badge { body[data-has-sidepage] #header { margin-left: #{$sidepage-left-space}; + h1 { + padding-left: $sidepage-width + $sidepage-left-space; + } } body[data-has-sidepage] #main { diff --git a/gadjo/templates/gadjo/root.html b/gadjo/templates/gadjo/root.html index 321de85..932516b 100644 --- a/gadjo/templates/gadjo/root.html +++ b/gadjo/templates/gadjo/root.html @@ -23,9 +23,6 @@
{% block sidepage %} -
- -
{% endblock %} {% block user-links %}