You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, set overflow: 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.
The text was updated successfully, but these errors were encountered:
These are really awesome helpful suggestions thank you!! Ill implement them tomorrow; heres the discord if you want to join it https://discord.gg/Th8dhGTE
<font>
element is deprecated in HTML.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.<style></style>
tags exist in HTML, you know...Yes, I'm too lazy to fork this and make a PR.
The text was updated successfully, but these errors were encountered: