Minor layout changes

This commit is contained in:
nuttylmao
2025-07-10 06:04:08 +10:00
parent b80656f58c
commit 2fbda9dfdf
4 changed files with 39 additions and 29 deletions
+11 -7
View File
@@ -51,13 +51,17 @@
<template id="cardTemplate">
<div id="card">
<label id="header">
<span id="avatar"></span>
<span id="icon"></span>
<span id="title"></span>
<br id="line-space">
</label>
<span id="content"></span>
<div class="message-contents add-this-class-to-the-thing-to-make-all-the-text-centered-vertically-because-that-looks-much-better">
<div id="avatar"></div>
<div>
<label id="header">
<span id="icon"></span>
<span id="title"></span>
<br id="line-space">
</label>
<span id="content"></span>
</div>
</div>
</div>
</template>