From 57f3f83a01c42b702005990bfc109367ffcf5f66 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 18 Jan 2025 16:22:59 +0000 Subject: rounded avatars and fix long bio lines --- static/note.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/note.css') diff --git a/static/note.css b/static/note.css index 84f079c..a9cbce8 100644 --- a/static/note.css +++ b/static/note.css @@ -43,6 +43,7 @@ article.note { img.avatar { width: var(--avatar-size); aspect-ratio: 1; + border-radius: var(--border-radius); } &.selected { -- cgit v1.3