[ADD] Missing theme padding on public pages

This commit is contained in:
Peter Pfeufer 2024-04-15 17:15:35 +02:00
parent 87ef0f21a3
commit 56e1e76f11
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -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>