diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index 7c5f99e6..b1d75b68 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -399,14 +399,14 @@ <br /> <blockquote> - Don't be alarmed! The background will appear as its inverse in the preview, but will be - corrected in the final image. - - {#if /Mac|iPod|iPhone|iPad/.test(navigator.userAgent)} - Media covers may not appear on mobile Apple devices. - {/if} + This is a minimal, live preview. Generated images will be higher quality and themed + properly. </blockquote> + <p> + <a href={'#'} on:click={() => screenshot(!forceDark)}>Generate image</a> + </p> + <details> <summary>Options</summary> <div id="options"> @@ -435,10 +435,6 @@ <br /> - <p> - <a href={'#'} on:click={() => screenshot(!forceDark)}>Generate image</a> - </p> - <div id="wrapped-final" /> {:catch} <Error /> |