mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Troubleshooting Created test button in 'duality-roll.hbs' and functionality in chatLog.mjs * Updated functionality dialog recheck. * Update duality-roll.hbs testing toggle on specific areas so only tooltip is triggered. Rest of CSS functionality not affected. * Redoing Dice Reroll functionality Attempting something new * The rise of NaNs Resolved Dice Parsing Errors, now dealing with parsing errors from system values. * Forcing string evaluation for testing * Fixed rerolling of duality dice * Fixed message.rolls not being updated * Added support for d20 rolls * PR fixes --------- Co-authored-by: Nikhil Nagarajan <potter.nikhil@gmail.com>
19 lines
366 B
Text
19 lines
366 B
Text
@import '../../utils/fonts.less';
|
|
|
|
.application.daggerheart.dh-style {
|
|
.actions-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
|
|
.action-item {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
|
|
.label {
|
|
font-family: @font-body;
|
|
}
|
|
}
|
|
}
|
|
}
|