Some localization, style and smaller changes

This commit is contained in:
WBHarry 2026-01-13 15:37:05 +01:00
parent a554ec0e4d
commit 048510074c
9 changed files with 137 additions and 151 deletions

View file

@ -3,7 +3,7 @@
@import '../../utils/spacing.less';
#interface.theme-light {
.daggerheart.chat.deathmoves {
.daggerheart.chat.death-moves {
.death-moves-list .death-move {
&:hover {
background: @dark-blue-10;
@ -36,7 +36,7 @@
}
.daggerheart.chat {
&.deathmoves {
&.death-moves {
display: flex;
flex-direction: column;
align-items: center;
@ -101,17 +101,13 @@
.description {
padding: 8px;
}
.result {
padding: 8px;
}
}
.action-use-button-parent {
width: 100%;
.action-use-target {
display:flex;
display: flex;
align-items: center;
justify-content: space-between;
gap: 4px;
@ -135,7 +131,11 @@
font-weight: 600;
height: 40px;
}
}
.result {
padding: 8px;
font-weight: bold;
}
}
}