improve recent logout information

This commit is contained in:
kritzl 2026-05-11 20:55:58 +02:00
commit bcfcf264f6
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
3 changed files with 22 additions and 13 deletions

View file

@ -38,8 +38,9 @@ const {id, classList = "", color = "info", title, description} = Astro.props
<TriangleAlert class="size-7"/>
)}
</slot>
<div class="flex flex-col gap-2">
<div class="flex flex-col gap-2 w-full">
<span>{title}</span>
<span class="text-sm opacity-90 mt-1" set:html={description}/>
<slot></slot>
</div>
</div>