aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-28 11:47:06 -0800
committerFuwn <[email protected]>2023-12-28 11:47:06 -0800
commit9ae9146ac80840c7396ad9aab3a864dfa82693f0 (patch)
tree7d1b3f445f3a299c2abc3a9a9dd25b5ae0aad412 /src
parentfeat(wrapped): respect user title choice (diff)
downloaddue.moe-9ae9146ac80840c7396ad9aab3a864dfa82693f0.tar.xz
due.moe-9ae9146ac80840c7396ad9aab3a864dfa82693f0.zip
fix(wrapped): size by width
Diffstat (limited to 'src')
-rw-r--r--src/lib/Tools/Wrapped.svelte7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte
index 92886121..41016753 100644
--- a/src/lib/Tools/Wrapped.svelte
+++ b/src/lib/Tools/Wrapped.svelte
@@ -737,14 +737,11 @@
}
.image-grid img {
- height: 6em;
+ width: 6em;
+ height: auto;
border-radius: 3px;
}
- .cover-image {
- height: 8.75em !important;
- }
-
.categories-grid a {
text-decoration: none;
color: unset;