aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/profile.css
diff options
context:
space:
mode:
authorwinter2025-01-18 16:22:59 +0000
committerwinter2025-01-18 16:22:59 +0000
commit57f3f83a01c42b702005990bfc109367ffcf5f66 (patch)
treeb0d1844a0a3ce216e46d4d4445f2a5318ddaf4fb /static/profile.css
parentc0e65d0446f928b30eecc858c5cf9a8eb1a364c1 (diff)
rounded avatars and fix long bio lines
Diffstat (limited to 'static/profile.css')
-rw-r--r--static/profile.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/profile.css b/static/profile.css
index 3c4c7cc..6f7cec0 100644
--- a/static/profile.css
+++ b/static/profile.css
@@ -13,6 +13,7 @@
img.avatar {
width: var(--avatar-big-size);
aspect-ratio: 1;
+ border-radius: var(--border-radius);
}
.displayName {
font-size: var(--font-big-size);