Merge branch 'main' into feature/1766-Group-Attack

This commit is contained in:
WBHarry 2026-04-05 21:45:15 +02:00
commit a4a5d18098
19 changed files with 127 additions and 54 deletions

View file

@ -4,6 +4,7 @@
.application.daggerheart {
prose-mirror {
height: 100% !important;
width: 100%;
.editor-menu {
background-color: transparent;

View file

@ -155,6 +155,26 @@ body.game:is(.performance-low, .noblur) {
}
}
.stat-section {
position: relative;
display: flex;
gap: 10px;
background-color: light-dark(transparent, @dark-blue);
color: light-dark(@dark-blue, @golden);
padding: 5px 10px;
border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 3px;
align-items: center;
width: fit-content;
h4 {
font-size: var(--font-size-12);
font-weight: bold;
text-transform: uppercase;
color: light-dark(@dark-blue, @golden);
}
}
.threshold-section {
display: flex;
align-self: center;