diff --git a/playground/index.html b/playground/index.html index 650c7d575..9826ad9a2 100644 --- a/playground/index.html +++ b/playground/index.html @@ -44,23 +44,36 @@

Static checker for GitHub Actions workflow files

-
-
-
Loading WebAssembly binary...
- - - -
-
+
+
+
+
Loading WebAssembly binary...
+ + +
+
+
Yay! No error was detected.
-
Yay! No error was detected.
-
+ +
+ +
diff --git a/playground/index.ts b/playground/index.ts index 2690f19d2..acb8bc86a 100644 --- a/playground/index.ts +++ b/playground/index.ts @@ -207,7 +207,7 @@ jobs: a.href = url; a.rel = 'noopener'; a.textContent = url; - a.className = 'has-text-info-light is-underlined'; + a.className = 'has-text-link-light is-underlined'; a.addEventListener('click', e => e.stopPropagation()); ret.push(a); diff --git a/playground/style.css b/playground/style.css index 1aaba6f7b..70f0db1fe 100644 --- a/playground/style.css +++ b/playground/style.css @@ -17,13 +17,18 @@ body { } main { + display: flex; + flex-direction: column; +} + +#linter { width: 100%; display: flex; flex-direction: row; } @media (width <= 1200px) { - main { + #linter { flex-direction: column; } } @@ -85,6 +90,10 @@ main { margin-bottom: 0; } +#res-icon { + margin-right: 0.3em; +} + .sticky { position: sticky; top: 0;