diff options
| author | Fuwn <[email protected]> | 2024-01-04 23:24:53 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 23:24:53 -0800 |
| commit | 92e8f60a19d4faa3c7e20752ff53bbab55c1c5ba (patch) | |
| tree | 78b154100fa541a5b3ba4f6d9eba9471d36d3ec4 /src/lib/Tools | |
| parent | refactor(proxy): new proxy url (diff) | |
| download | due.moe-92e8f60a19d4faa3c7e20752ff53bbab55c1c5ba.tar.xz due.moe-92e8f60a19d4faa3c7e20752ff53bbab55c1c5ba.zip | |
refactor(wrapped): refresh button style
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index e29ddb48..49704dcc 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -623,10 +623,10 @@ <summary>Calculation</summary> <input type="checkbox" bind:checked={useFullActivityHistory} /> - Enable full-year activity - <SettingHint> - <button class="smaller-badge" on:click={pruneFullYear}>Refresh data</button> - </SettingHint><br /> + Enable full-year activity<button class="smaller-button" on:click={pruneFullYear} + >Refresh data</button + > + <br /> <select bind:value={selectedYear}> {#each Array.from({ length: currentYear - 2012 }) as _, i} <option value={currentYear - i}> |