Minor design update for roles list in settings.

This commit is contained in:
flash 2024-12-18 03:26:44 +00:00
parent d10fa29d3c
commit 10a377f90f
3 changed files with 17 additions and 5 deletions
templates/settings

View file

@ -80,6 +80,8 @@
{{ role.name }}
</div>
<div class="settings__role__separator"></div>
<div class="settings__role__description">
{{ role.description }}
</div>