diff options
| author | Fuwn <[email protected]> | 2023-11-23 21:54:35 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-23 21:54:35 -0800 |
| commit | 84c05745e18bcc1f5fcf0f2b5f9b4eaf04f68123 (patch) | |
| tree | 23533be917c8b4e9d35f9b5317605a9f060d7831 /src/lib/Tools | |
| parent | fix(wrapped): 100% accurate width calculation (diff) | |
| download | due.moe-84c05745e18bcc1f5fcf0f2b5f9b4eaf04f68123.tar.xz due.moe-84c05745e18bcc1f5fcf0f2b5f9b4eaf04f68123.zip | |
style(wrapped): wording
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index dcad3a8d..f6e30a4b 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -387,12 +387,10 @@ <br /> - <p> - <small> - Don't be alarmed! The background will appear as its inverse in the preview, but will be - corrected in the final image. Media covers may not appear on mobile Apple devices. - </small> - </p> + <blockquote> + Don't be alarmed! The background will appear as its inverse in the preview, but will be + corrected in the final image. Media covers may not appear on mobile Apple devices. + </blockquote> <details> <summary>Options</summary> @@ -420,10 +418,10 @@ <ul> <li> - <a href={'#'} on:click={() => screenshot(true)}>Generate dark themed image</a> + <a href={'#'} on:click={() => screenshot(true)}>Generate dark-themed image</a> </li> <li> - <a href={'#'} on:click={() => screenshot()}>Generate light themed image</a> + <a href={'#'} on:click={() => screenshot()}>Generate light-themed image</a> </li> <li> <a href={'#'} target="_blank" id="wrapped-image-download"> |