Also improved the display of features and generally iterated on their manipulation. Characters now fetch the relevant effects directly when making a calculation, simplifying almost everything. Effects now store a reference to their source if they have one. Effect names are now optional, they can be fetched from the source's name if the source exists.
32 lines
431 B
CSS
32 lines
431 B
CSS
body /deep/ .featureDialogWidth {
|
|
width: 560px;
|
|
}
|
|
|
|
body /deep/ #statGroupDropDown {
|
|
width: 120px;
|
|
}
|
|
|
|
body /deep/ #statDropDown {
|
|
width: 120px;
|
|
}
|
|
|
|
body /deep/ #operationDropDown {
|
|
width: 100px;
|
|
}
|
|
|
|
body /deep/ #damageMultiplierDropDown {
|
|
width: 120px;
|
|
}
|
|
|
|
body /deep/ #proficiencyDropDown {
|
|
width: 120px;
|
|
}
|
|
|
|
html /deep/ paper-input {
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
html /deep/ .featureEffect {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
} |