Added menu with refresh tools

This commit is contained in:
WBHarry 2025-08-18 15:42:01 +02:00
parent 18b6194afe
commit 4622d7ae51
11 changed files with 269 additions and 1 deletions

View file

@ -0,0 +1,13 @@
.daggerheart.chat.refresh-message {
header {
display: flex;
flex-direction: column;
align-items: center;
gap: 2px;
.subtitle {
font-size: 18;
font-weight: bold;
}
}
}