mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
[ADD] Missing theme padding on public pages
This commit is contained in:
parent
87ef0f21a3
commit
56e1e76f11
@ -29,12 +29,11 @@
|
|||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if user.is_authenticated %}
|
.nav-padding {
|
||||||
.nav-padding {
|
padding-top: {% header_padding_size %} !important;
|
||||||
padding-top: {% header_padding_size %} !important;
|
}
|
||||||
}
|
|
||||||
{% endif %}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{% block extra_css %}{% endblock extra_css %}
|
{% block extra_css %}{% endblock extra_css %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user