Fixes and enhancements, from issue list

This commit is contained in:
2026-03-27 21:21:17 +01:00
parent f1dda301d7
commit c22c3d713b
25 changed files with 531 additions and 111 deletions

View File

@@ -168,6 +168,27 @@
}
.res-sep { opacity: 0.7; font-size: @font-size-xs; }
&.character-resource--luck {
.luck-stepper {
display: flex;
align-items: center;
gap: 1px;
}
.luck-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.2rem;
height: 1.4rem;
font-size: @font-size-sm;
font-weight: bold;
color: @color-olive;
cursor: pointer;
line-height: 1;
&:hover { color: @color-dark; }
}
}
}
.resource-label {