ISH-Gruppe / screenario

Screenario - The screen for every scenario
https://screenar.io
GNU General Public License v3.0
2 stars 2 forks source link

Spinwheels are unresponsive #42

Open s-gbz opened 2 years ago

s-gbz commented 2 years ago

This. The reason why RandomGenerator changes its window size in the original application is the reason why it'll probably do the same here. Spinwheels have some tricky css (unless you've made some experience coding your own) which makes them typically hard to implement responsively. Even "responsive" ones like this only change based on ViewPort size.

Since there's no media query for parent elements yet, I've no idea how to solve this problem unless I dive deep and customize the css. However, this is time consuming and writing this ticket took me long enough.