diff --git a/CHANGELOG.md b/CHANGELOG.md index a53f04ee8..ee1934f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Dates are in `YYYY-MM-DD` format and versions are in [semantic versioning](http: - Preserve concept on guide page refresh. - Show multiple names when present in guide. - [#533](https://github.com/wordplaydev/wordplay/issues/533) Fixed URLs to tutorial. +- [#542](https://github.com/wordplaydev/wordplay/issues/542) Provide error message for < Safari 16.4. ## 0.10.6 2024-07-20 diff --git a/src/app.html b/src/app.html index 65cd487e1..6ca2f4b31 100644 --- a/src/app.html +++ b/src/app.html @@ -368,6 +368,19 @@ color: var(--wordplay-error) !important; background: var(--wordplay-error) !important; } + + noscript { + display: flex; + align-items: center; + justify-content: center; + } + + noscript p { + margin-block-start: 20%; + margin-block-end: auto; + width: 50%; + text-align: center; + } %sveltekit.head% @@ -380,20 +393,30 @@ >