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
{{ message }}
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.
It's not terrible on iPhone, but I see three problems:
It's big and there's no realistic way to search it. This is hard to solve.
The margins are rather luxurious. 6.8em is a lot of screen real estate to throw away. Probably we want different CSS for small displays, under @media (max-width:) rules; and a <meta name="viewport">.
Something on the page is really wide. I don't know what. This makes the text end up not being centered in the viewport if you zoom out.
The text was updated successfully, but these errors were encountered:
One small bug that blocks this is the following. In es6-draft.html#sec-regexp.prototype.split there are two <p> elements that should be <pre> (or <code>). The first one is /<(\/)?([^<>]+)>/.split("A<B>bold</B>and<CODE>coded</CODE>"), the other one is close to it.
It's not terrible on iPhone, but I see three problems:
@media (max-width:)
rules; and a<meta name="viewport">
.The text was updated successfully, but these errors were encountered: