From 6b58bf53e312a67119289b894c5b482d057e5665 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 26 Jan 2025 21:53:26 +0000 Subject: make mentions work properly + ui for them --- static/note.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'static/note.css') diff --git a/static/note.css b/static/note.css index 3051488..28f6fff 100644 --- a/static/note.css +++ b/static/note.css @@ -114,12 +114,17 @@ article.note { } } - .replyInfo a { + .replyInfo { font-size: var(--font-small-size); color: var(--clr-lesser-foreground); - text-decoration: none; - &:hover { - text-decoration: underline; + display: flex; + gap: var(--spacing-half); + a { + color: inherit; + text-decoration: none; + &:hover { + text-decoration: underline; + } } } -- cgit v1.3