@@ -46,7 +46,7 @@ body.kibela {
left: 0px;
z-index: absolute;
max-width: 840px;
- height: 8em;
+ min-height: 8em;
margin: auto;
border-radius: 0.35em;
}
@@ -59,6 +59,10 @@ body.kibela {
display: none;
+ &.grw-subnav-user-page {
+ min-height: 128px;
+ }
+
@media screen and (max-width: 765px) {
padding-top: 30px;
@@ -7,7 +7,7 @@
{% block content_header %}
{% if pageUser %}
- <header id="grw-subnav-for-user-page" class="grw- subnav grw-subnav-user-page" data-page-user="{{ pageUser|json }}"></header>
+ <header id="grw-subnav-for-user-page" class="grw-subnav grw-subnav-user-page" data-page-user="{{ pageUser|json }}"></header>
{% else %}
{% parent %}
{% endif %}