diff options
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 { |
