aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/note.css
diff options
context:
space:
mode:
authorwinter2025-01-26 21:53:26 +0000
committerwinter2025-01-26 21:53:26 +0000
commit6b58bf53e312a67119289b894c5b482d057e5665 (patch)
treefef168089a75d73353af1a79456e711c72385ca3 /static/note.css
parent7d3f35b1895dd3fe08af0f5fe403ff339acd2456 (diff)
make mentions work properly + ui for them
Diffstat (limited to 'static/note.css')
-rw-r--r--static/note.css13
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;
+ }
}
}