SubtitledImage now respects image width; ImageSubtitle now centers its content

This commit is contained in:
2026-04-15 17:14:43 +02:00
parent f910b44129
commit f9b73851f3
9 changed files with 20 additions and 165 deletions

View File

@@ -27,7 +27,7 @@
<div class="reaction-container blurred-background">
<div class="reaction-content-container">
<img src="/reactions/{reaction}.webp" alt={getReactionAlt(reaction)}>
<p>{text}</p>
<p>{@html text}</p>
</div>
</div>