Fix icons

This commit is contained in:
Edgar P. Burkhart 2024-12-31 17:19:52 +01:00
parent fe59869a1d
commit 093ca475d8
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 6 additions and 9 deletions

View file

@ -10,7 +10,7 @@
{% block body %} {% block body %}
<h2>{{ object.icon|remix }}{{ object }}</h2> <h2>{{ object.icon|remix }}{{ object }}</h2>
<p> <p>
<a href="{% url "edit_account" object.pk %}">{% translate "Edit account" %}</a> <a href="{% url "edit_account" object.pk %}">{{ "edit"|remix }}{% translate "Edit account" %}</a>
</p> </p>
<section> <section>
<h3>{% translate "Statements" %}</h3> <h3>{% translate "Statements" %}</h3>

View file

@ -261,8 +261,12 @@ footer {
line-height: 1.5em; line-height: 1.5em;
} }
a &,
.wi &,
h2 & { h2 & {
margin-right: 0.5em; &:first-child::after {
content: "\2002";
}
} }
} }
@ -424,13 +428,6 @@ ul.statements {
} }
} }
a,
.wi {
& > span[class^="ri-"]:first-child::after {
content: "\2002";
}
}
.statement-details { .statement-details {
overflow-x: auto; overflow-x: auto;
display: grid; display: grid;