Upgrade Tabler frontend to 1.0.21 (#5066)

This commit is contained in:
Kevin Papst
2024-09-23 18:31:33 +02:00
committed by GitHub
parent 13649e146c
commit 40154be8f9
27 changed files with 287 additions and 269 deletions

View File

@@ -48,7 +48,7 @@
<div class="d-flex justify-content-between align-items-end">
<div class="list-unstyled d-flex align-items-center avatars avatar-list avatar-list-stacked mb-0">
{% for user in roleUsers %}
{{ widgets.user_avatar(user, user.displayName, 'avatar-rounded avatar-xs') }}
{{ widgets.user_avatar(user, user.displayName, 'avatar-rounded avatar-sm') }}
{% endfor %}
</div>
</div>