Maximouse

Results 348 comments of Maximouse

Transparency is now supported, even for block inputs: ![image](https://user-images.githubusercontent.com/51849865/173226138-b490b5c4-49a5-4151-9eb7-6b01b8a74d9f.png) 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... ![image](https://user-images.githubusercontent.com/72760579/135188554-8fe7737b-42d5-44bb-b1b1-00c8e3ebc117.png) [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...