grgrdvrt / poulette

Proof of concept for a color mixer interface
MIT License
181 stars 4 forks source link

Demo is a bit too small on mobile #1

Open Artoria2e5 opened 3 years ago

Artoria2e5 commented 3 years ago

The demo only uses half of the screen width on my phone, making it… pretty hard to play with. Assuming it's straight from index.js, maybe it would be an improvement if the constructor accepted size settings so the demo page can do some logic to control it?

grgrdvrt commented 3 years ago

Thank you for the feedback More than just the changing constructor I think I should add a resize method to the different parts of the component. I must admit mobile wasn't my priority for the demo and I haven't given a lot of thought into this aspect.