diff options
| author | Fuwn <[email protected]> | 2023-12-02 21:55:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-02 21:55:05 -0800 |
| commit | ae2b7b8709444ef5fde0d10b54dee18b295b3e43 (patch) | |
| tree | 475d1ac3aea0cd4a79eea8dba79ee8fa951892e9 /src/lib/Tools | |
| parent | fix(wrapped): better auto adjust (diff) | |
| download | due.moe-ae2b7b8709444ef5fde0d10b54dee18b295b3e43.tar.xz due.moe-ae2b7b8709444ef5fde0d10b54dee18b295b3e43.zip | |
feat(wrapped): remove old colour preview
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Wrapped.svelte | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index 2ac5dfb2..d3d2466b 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -266,11 +266,7 @@ {#await wrapped(user, currentUserIdentity)} Loading ... {:then wrapped} - <div - id="wrapped" - class:light-theme={lightTheme} - style={`background-color: ${transparency ? '#0b16227f' : '#0b1622'}; width: ${width}px;`} - > + <div id="wrapped" class:light-theme={lightTheme} style={`width: ${width}px;`}> <div class="categories-grid" style="padding-bottom: 0;"> <div class="grid-item image-grid avatar-grid category"> <a href={`https://anilist.co/user/${currentUserIdentity.name}`} target="_blank"> |