Maximouse
Maximouse
Transparency is now supported, even for block inputs:  Debugger needed a way to get the color so I added an addon API for that. The devtools extension could probably...
Bug that requires refactoring the load-vue-components library: popups can affect each other using CSS, which causes too much padding in the cloud-games popup.
> update: shadow root doesn't work the way I thought it would and that's not an option... what to do... I already fixed the CSS issue by setting `media="not all"`...
> @mxmou maybe im having trouble understanding, but doesn't that disable that style? I'm trying to get the css for the settings page to work in the popup without it...
> Edit: Oh btw... does this mean we no longer need to use the `--height` and `--width` variables anymore? I thought those were added because of the iframes. They were...
Why did you remove categories.css? style.css should be split (in a CSS refactor, not here) instead of adding more things to it.
> It was just a one selector file so I thought it might as well be part of style.css Makes sense.
> I'm very confused on how these got here...  [This commit](https://github.com/ScratchAddons/ScratchAddons/commit/ed423f38c992fceffdaa53fd5aaab3f54648f412) I'm not sure why "origin/master" would be piw-piw's fork though.
> > Would this addon appear while in full screen in the project editor, or only while in full screen on a project page? > > Probably just for full...
> > I think we should avoid creating differences between project page full screen and editor full screen. > > I can see that... but we have to acknowledge that...