Added effect enricher

This commit is contained in:
WBHarry 2025-07-19 22:19:55 +02:00
parent 6772a8fbd8
commit d3836fbeeb
8 changed files with 77 additions and 44 deletions

View file

@ -4,6 +4,27 @@
.dice-title {
display: none;
}
.message-content {
.enriched-effect {
display: flex;
align-items: center;
border: 1px solid black;
width: fit-content;
padding: 0 2px 0 0;
border-radius: 6px;
color: @dark;
background-image: url(../assets/parchments/dh-parchment-light.png);
&:hover {
text-shadow: none;
}
span {
white-space: nowrap;
}
}
}
}
fieldset.daggerheart.chat {