code.pyret.org icon indicating copy to clipboard operation
code.pyret.org copied to clipboard

Can "Run" and "Stop" shrink when the screen is narrow?

Open schanzer opened this issue 3 years ago • 1 comments

Every time I run PD over Zoom, I am reminded that the Stop button goes rogue and covers part of the Definitions Area when the screen is narrow.

Can we use a CSS media query to check for super-narrow screens, and shrink the width of those buttons accordingly?

schanzer avatar Jul 12 '22 16:07 schanzer

Yeah, I will find a way to do something about this. The main issue here is the Run/Type dropdown reserving enough space for the very wide text for the typed label.

asolove avatar Jan 01 '23 04:01 asolove