#3 CSS rework

This commit is contained in:
2020-11-17 19:14:58 +01:00
parent 59befd34d7
commit ffa81a6568
3 changed files with 2 additions and 4 deletions

View File

@ -468,6 +468,7 @@ export class RdDUtility {
content: "<strong>"+myTarget.name+"</strong> doit se défendre : <br><span class='chat-card-button-area'>" +
"<a class='chat-card-button' id='encaisser-button' data-attackerid='"+attacker.data._id + "' data-defenderid='" + myTarget.data._id + "'>Encaisser !</a></span>",
whisper: ChatMessage.getWhisperRecipients( myTarget.name ),
attackerid: attacker.data._id,
defenderid: myTarget.data._id,
rollMode: true
};