diff options
| author | winter | 2025-01-18 16:22:59 +0000 |
|---|---|---|
| committer | winter | 2025-01-18 16:22:59 +0000 |
| commit | 57f3f83a01c42b702005990bfc109367ffcf5f66 (patch) | |
| tree | b0d1844a0a3ce216e46d4d4445f2a5318ddaf4fb /static/note.css | |
| parent | c0e65d0446f928b30eecc858c5cf9a8eb1a364c1 (diff) | |
rounded avatars and fix long bio lines
Diffstat (limited to 'static/note.css')
| -rw-r--r-- | static/note.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
