BOL : Fix damage error, rework roll dialog and new damage targetting

This commit is contained in:
2026-03-16 20:16:58 +01:00
parent 7adc1b3f07
commit a549262d25
121 changed files with 538 additions and 408 deletions

View File

@@ -38,6 +38,21 @@ body.system-bol img#logo {
}
}
// 2-column layout for roll dialogs
.roll-dialog-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 8px;
align-items: start;
margin-bottom: 2px;
}
.roll-col {
display: flex;
flex-direction: column;
min-width: 0;
}
.roll-box, .box-roll,
div.flexrow:has(.bg-darkred) {
border-radius: 6px;
@@ -88,8 +103,8 @@ body.system-bol img#logo {
color: #191813;
}
option:checked, option:hover {
background: darkred;
color: white;
background: darkred !important;
color: white !important;
}
}