processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.32k stars 1.27k forks source link

Disable resizing the textarea in `CollectionCreate` modal #2974

Closed Ri-Sharma closed 1 month ago

Ri-Sharma commented 5 months ago

Fixes #2973

Following changes are made in this pr :-

  1. Removed max-width which was causing the overflowing of the 'Create collection' button.
  2. Reduced bottom-padding of create collection dialog box for enhancement.
  3. Changed the concerned textarea's resize to none.
  4. Changed rows of the textarea from '4' to '6' to compensate for setting resize to none.
  5. Fixed horizontal scroll issue by unsetting the min-width property when the screen width is 650px or less.

I have verified that this pull request: