-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
- Don't set the font at all in the share popup. It'll just use Scratch's defaults, so no need to import anything either, and the UI will always be consistent with Scratch. Also, the
<font>element is deprecated in HTML. - Don't set
overflow: scroll;in the user list in the share popup. It makes ugly scrollbars always appear. Instead, setoverflow: auto;to only make scrollbars appear when needed. - Make the profile pictures squares or rounded squares instead of circles, to be consistent with Scratch.
- Things called classes, spans, divs and
<style></style>tags exist in HTML, you know... - Also, it's a bad idea to have multiple elements with the same ID.
Yes, I'm too lazy to fork this and make a PR.
Cool-Scratcher and MeechaPooch
Metadata
Metadata
Assignees
Labels
No labels