mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
DW FR dynamic action roll display fix (#6487)
This commit is contained in:
@@ -487,7 +487,8 @@ input[type="checkbox"].sheet-dispcheck:checked ~ div.sheet-dispcheck {
|
||||
div.sheet-dispactionjet{
|
||||
display: none;
|
||||
}
|
||||
input[type="checkbox"].sheet-selcheck:checked + div.sheet-dispactionjet{
|
||||
input[type="checkbox"].sheet-selcheck:checked + div.sheet-dispactionjet
|
||||
, input[type="checkbox"].sheet-selcheck:checked + span + div.sheet-dispactionjet {
|
||||
display: block;
|
||||
}
|
||||
div.sheet-dispdegmod{
|
||||
@@ -550,6 +551,8 @@ span.sheet-action {
|
||||
div.sheet-actionligne {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
flex-flow: row wrap;
|
||||
width: 100%;
|
||||
}
|
||||
div.sheet-actionligne span {
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user