diff options
| author | Fuwn <[email protected]> | 2024-01-04 08:59:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 08:59:39 -0800 |
| commit | 011b00df38bfd1db4d43369a53da210fbc406130 (patch) | |
| tree | 03e331ca8ef8d91f5194282f681e7de3aeb3bc4f /src/routes/settings | |
| parent | refactor(css): use link colour (diff) | |
| download | due.moe-011b00df38bfd1db4d43369a53da210fbc406130.tar.xz due.moe-011b00df38bfd1db4d43369a53da210fbc406130.zip | |
feat(css): small buttons and badges
Diffstat (limited to 'src/routes/settings')
| -rw-r--r-- | src/routes/settings/+page.svelte | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index f61b236b..42021187 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -53,7 +53,11 @@ <Category title="Calculation"><Calculation /></Category> <Category title="Cache"><Cache /></Category> <Category id="debug"> - <summary>Debug <small style="opacity: 50%;">{data.commit.slice(0, 7)}</small></summary> + <summary + >Debug<button class="smaller-button button-badge" style="opacity: 50%;" + >{data.commit.slice(0, 7)}</button + ></summary + > <Debug /> </Category> |