aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-20 00:12:57 -0700
committerFuwn <[email protected]>2024-03-20 00:12:57 -0700
commit3fa4845878564f48570b06a1c78d38573912bd15 (patch)
tree6ee5989750e44686eb67e3d96dff95fdce9f6347 /src
parentfeat(user): biography (diff)
downloaddue.moe-3fa4845878564f48570b06a1c78d38573912bd15.tar.xz
due.moe-3fa4845878564f48570b06a1c78d38573912bd15.zip
fix(user): hololive badges overflow
Diffstat (limited to 'src')
-rw-r--r--src/routes/user/[user]/+page.svelte3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte
index 65af2a2a..d725ad78 100644
--- a/src/routes/user/[user]/+page.svelte
+++ b/src/routes/user/[user]/+page.svelte
@@ -263,7 +263,8 @@
display: flex;
gap: 1rem;
border-radius: 8px;
- justify-content: space-evenly;
+ justify-content: space-around;
+ flex-wrap: wrap;
}
.separator {