diff --git a/tools/benchmarks/shared/main.css b/tools/benchmarks/shared/main.css index e76fbf8a..ec38b749 100755 --- a/tools/benchmarks/shared/main.css +++ b/tools/benchmarks/shared/main.css @@ -1,9 +1,7 @@ html, body { height: 100%; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, - Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, - sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } body { diff --git a/tools/main.css b/tools/main.css index 17271297..5307d061 100644 --- a/tools/main.css +++ b/tools/main.css @@ -1,9 +1,7 @@ html, body { height: 100%; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, - Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, - sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } .title, diff --git a/tools/playground/playground.css b/tools/playground/playground.css index daec8301..ceedacc9 100644 --- a/tools/playground/playground.css +++ b/tools/playground/playground.css @@ -2,9 +2,7 @@ html, body { height: 100%; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, - Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, - sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } body { @@ -181,10 +179,14 @@ body { .right-pane .error { height: 100%; - padding-top: 40%; - font-size: 30px; + width: 90%; + padding-top: 30%; + font-size: 18px; color: darkred; - text-align: center; - padding-left: 30px; - padding-right: 30px; + margin-left: 5%; +} + +.right-pane .error pre { + overflow: auto; + width: 100%; } diff --git a/tools/playground/templates.xml b/tools/playground/templates.xml index ffeb442d..5d3c1d11 100644 --- a/tools/playground/templates.xml +++ b/tools/playground/templates.xml @@ -48,7 +48,8 @@
Note: these examples require a recent browser to work without a transpilation step.
- +

Error

+