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

@ -1,55 +1,56 @@
@import '../../utils/spacing.less';
@import '../../utils/colors.less';
@import '../../utils/fonts.less';
.daggerheart.dh-style.dialog.death-move {
.death-move-container {
display: flex;
flex-direction: column;
gap: 5px;
.moves-list {
.move-item {
display: flex;
align-items: center;
gap: 5px;
&:hover {
background-color: light-dark(@soft-shadow, @soft-white-shadow);
cursor: pointer;
}
padding: 5px;
border-radius: 5px;
transition: background-color 0.3s ease-in-out;
.label {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
flex: 1;
i {
text-align: center;
width: 30px;
}
}
input[type='radio'] {
margin-left: auto;
}
}
}
}
footer {
margin-top: 8px;
display: flex;
gap: 8px;
button {
flex: 1;
height: 40px;
font-weight: 600;
}
}
}
@import '../../utils/spacing.less';
@import '../../utils/colors.less';
@import '../../utils/fonts.less';
.daggerheart.dh-style.dialog.death-move {
.death-move-container {
display: flex;
flex-direction: column;
gap: 5px;
.moves-list {
.move-item {
display: flex;
align-items: center;
gap: 5px;
padding: 5px;
border-radius: 5px;
transition: background-color 0.3s ease-in-out;
height: 37px;
&:hover {
background-color: light-dark(@soft-shadow, @soft-white-shadow);
cursor: pointer;
}
.label {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
flex: 1;
i {
text-align: center;
width: 30px;
}
}
input[type='radio'] {
margin-left: auto;
}
}
}
}
footer {
margin-top: 8px;
display: flex;
gap: 8px;
button {
flex: 1;
height: 40px;
font-weight: 600;
}
}
}

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;
}
}
}

View file

@ -6,6 +6,7 @@
@import './chat/effect-summary.less';
@import './chat/group-roll.less';
@import './chat/refresh-message.less';
@import './chat/deathmoves.less';
@import './chat/sheet.less';
@import './combat-sidebar/combat-sidebar.less';