Change the snip layout to make it less cluttered

This commit is contained in:
Tim
2025-05-24 00:02:23 +02:00
parent 797d7a2e8f
commit 5fcc32de6d
6 changed files with 111 additions and 76 deletions

View File

@ -1 +1,3 @@
<span class="badge {% if user == app.user %}bg-success{% else %}bg-secondary{% endif %}">{{ user }}</span>
<span class="badge {% if user == app.user %}bg-success{% else %}bg-secondary{% endif %}">
<i class="fa fa-user"></i> {{ user }}
</span>