
So, let's just start by saying this is probably not possible and I hate HTML and such, but there is nothing more annoying than as a GM, looking at a players character sheet and clicking to move to another page as the player is typing some long story and POOF the page changes and they stop what they were typing....so I want to know if it is possible to have it so the DIV changes from display:none to display:flex or whatnot per viewer and not completely So pseudo code would normally be: .box{
display:none
}
.boxToggle[value="1"] ~ div.box{
display:flex
} so that is normal and what I would want is to probably change the toggle to some kind of a textworker so that it does not actually change a value, but it would show/hide for the viewer rather than the actual sheet