Open Muwak77 opened 3 years ago
With the TDE-System (The Dark Eye) in combination with an alternate CSS-module for the TDE-System there is a similar problem: The master volume fits right to the channels but when you open the soundboard it is not shown on the right of the channels but under them, which is not very handy as is of course not intended. It would help, if the window was a little bit wider or if it was resizable. I have a module installed to resize windows, but the soundscape window isn't showing the resize button.
Same happens with Shadow of the Demon Lord.
For me this was fixed by adding the following lines in the css of the system:
padding: 0;
}
width: unset!important;
}
Because of the layout of dte, soundscape is slightly missplaced (master Volume is placed in a new row and the same goes for the soundboard.
Adjusting the width manually by just a few pixels fixes the issue but this means, that i have to make the adjustment after every soundscape update and i'm breaking your layout for other systems.
Suggested fix:
Though the reason lies in the DTE-System, it would be much easier to patch by when the script that expands/resizes the mixer-window would change/add /remove a class instead of setting the width directly in the style attribute.