From 8843a8cb197e71b1ca42f1ea56be5f806ad0f5b4 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 15 Mar 2025 21:26:02 +0000 Subject: implement note editing and improve display of edited note timestamps --- static/note.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/note.css') 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; -- cgit v1.3