diff options
| author | winter | 2025-01-26 21:53:26 +0000 |
|---|---|---|
| committer | winter | 2025-01-26 21:53:26 +0000 |
| commit | 6b58bf53e312a67119289b894c5b482d057e5665 (patch) | |
| tree | fef168089a75d73353af1a79456e711c72385ca3 /static/note.css | |
| parent | 7d3f35b1895dd3fe08af0f5fe403ff339acd2456 (diff) | |
make mentions work properly + ui for them
Diffstat (limited to 'static/note.css')
| -rw-r--r-- | static/note.css | 13 |
1 files changed, 9 insertions, 4 deletions
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; + } } } |
