mybearworld

Results 211 comments of mybearworld

/ is on Shift+7 on German keyboards, and I remember it breaking keyboard input to Scratch projects in some way when I still used a German keyboard layout.

_Very_ related, and should probably be in the same PR: #5334

> This is better of being separate as it has nothing to do with links What do you mean? Mentions are definitely links. `@mybearworld` is just a different way to...

That userstyle doesn't work well with `editor-stage-left`.

> It moves the costume editor and other stuff away. We need to be able to clip it instead. A way to do this is to add `position: absolute` to...

Found something, you can add the width to `[class*="asset-panel_detail-area"]::before`. This also resolves it being incompatible with `editor-stage-left`. Modified CSS: ```css :root { --default-columns: 1; } [class*="asset-panel_detail-area"]::before { content: ""; width:...

You can move it outside of the visible area, which makes it impossible to zoom back in my modified stylesheet: ![image](https://github.com/ScratchAddons/ScratchAddons/assets/130385691/dfcd99b1-9dd9-4b6b-9a8a-f2ff2e46646b)

It is a grid, just not when it's that big and there's not enough costumes. [See CST's video above for the behavior](https://github.com/ScratchAddons/ScratchAddons/issues/7312#issuecomment-2027418517)

> The min-width doesn't seem responsive.... What do you mean?