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
In tengwarjs/editor, run npm install to fetch dependencies
Host tengwarjs/editor and observe the page appearance
Mop tengwarjs/editor with the --no-css option. This prevents CSS transforms. It’s a known issue (CSS3 and CSSOM #4) that CSSOM can’t transform advanced CSS3 features like gradients.
Host the built version of the editor and observe the page appearance
Expected:
The views should be the same
Actual:
The height of the working portion of the app is collapsed and the background gradient repeats below the input field.
Note that this uses the new flexbox model.
The text was updated successfully, but these errors were encountered:
To reproduce:
npm install
to fetch dependenciesExpected:
Actual:
Note that this uses the new flexbox model.
The text was updated successfully, but these errors were encountered: