moselle: patch bad display of user-info block

This commit is contained in:
Thomas Jund 2021-10-18 16:13:42 +02:00
parent fb0e57e231
commit 6e338c5eb4
2 changed files with 3 additions and 11 deletions

View File

@ -121,13 +121,6 @@ footer {
padding-top: 0;
}
#toplinks {
right: 1vw;
left: auto;
top: -2rem;
width: auto;
}
div#main-content-wrapper {
&::after,
&::before {

View File

@ -3,9 +3,8 @@
{% block header-content %}{% endblock %}
{% block nav %}
{% block top-links %}
{% block after-header %}
{% block top-links %}{% endblock %}
{% block nav %}{% endblock %}
{% endblock %}
{{ block.super }}
{% endblock %}