Initial data model migration

This commit is contained in:
2026-01-06 22:56:57 +01:00
parent 05ca6e1763
commit 001f0cffa8
142 changed files with 6474 additions and 413 deletions

23
less/chat.less Normal file
View File

@@ -0,0 +1,23 @@
// Chat message styles
.chat-message {
.message-header {
.flex-row();
gap: @spacing-base;
margin-bottom: @spacing-small;
}
.dice-roll {
.flex-center();
padding: @spacing-base;
background: lighten(@color-secondary, 70%);
border-radius: @input-border-radius;
.dice-total {
font-size: 1.2rem;
font-weight: bold;
}
}
}
// Placeholder - to be expanded based on chat templates