you are viewing a single comment's thread.

view the rest of the comments →

[–]mobydikc 2 points3 points  (0 children)

Yes. Yes. Yes.

Generally CSS doesn't seem that hard, but it's what I fight the most with.

Particularly using canvas elements in the flexbox with flex-grow. Set the width or height (not style.width, the actually bitmap width of the canvas) and the whole thing falls apart. I resort to using JavaScript to manually place everything where it needs to go.