BOL : Fix damage error, rework roll dialog and new damage targetting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user