COrrection sur bonus de force + bouton pour appliquer les dommages
All checks were successful
Release Creation / build (release) Successful in 46s
All checks were successful
Release Creation / build (release) Successful in 46s
This commit is contained in:
@@ -232,6 +232,32 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.02);
|
||||
}
|
||||
.chat-san-request ul .combatants-grid,
|
||||
.chat-lethal-damage ul .combatants-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
gap: 4px;
|
||||
margin: 8px 0;
|
||||
}
|
||||
.chat-san-request ul .combatants-grid button.apply-wounds-btn,
|
||||
.chat-lethal-damage ul .combatants-grid button.apply-wounds-btn {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 0.7);
|
||||
border: 1px solid #4b4a44;
|
||||
padding: 4px 6px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
background-color: #f0f0e0;
|
||||
color: #1c1c1c;
|
||||
}
|
||||
.chat-san-request ul .combatants-grid button.apply-wounds-btn:hover,
|
||||
.chat-lethal-damage ul .combatants-grid button.apply-wounds-btn:hover {
|
||||
background-color: #d5d5c5;
|
||||
border-color: #2d2d2a;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-sheet-common label {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
|
||||
Reference in New Issue
Block a user