[REMOVE] Unnecessary bg and text classes from user menu element

This commit is contained in:
Peter Pfeufer 2024-01-26 15:01:44 +01:00
parent 76efcb5266
commit 7fdbac20cb
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -3,7 +3,7 @@
{% load theme_tags %}
<div class="w-100 d-flex flex-column justify-content-center align-items-center text-center py-1 border-top border-secondary aa-user-info {% if not user.is_authenticated %}position-absolute bottom-0{% endif %}">
<div class="d-flex mb-0 w-100 bg-dark text-light">
<div class="d-flex mb-0 w-100">
<div class="p-2 position-relative m-2">
{% if user.is_authenticated %}
{% with request.user.profile.main_character as main %}