diff options
| author | winter | 2025-03-15 21:26:02 +0000 |
|---|---|---|
| committer | winter | 2025-03-15 21:26:02 +0000 |
| commit | 8843a8cb197e71b1ca42f1ea56be5f806ad0f5b4 (patch) | |
| tree | 20ca690e9bd3e4996421eb4d43c0b4fbdaf0ff95 /static/note.css | |
| parent | d8e440b1998e5c3e33445f2ec020d261fc7fa714 (diff) | |
implement note editing
and improve display of edited note timestamps
Diffstat (limited to 'static/note.css')
| -rw-r--r-- | static/note.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/note.css b/static/note.css index a224508..6d3b215 100644 --- a/static/note.css +++ b/static/note.css @@ -148,7 +148,8 @@ article.note { } } - .replyInfo { + .replyInfo, + .modifiedInfo { font-size: var(--font-small-size); color: var(--clr-lesser-foreground); display: flex; |
