From 25b748f04911262826d0a0bc9609e03ee47c3232 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 14 Jan 2025 18:13:57 +0000 Subject: add interaction counters --- static/note.css | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'static') diff --git a/static/note.css b/static/note.css index 7795882..fde4c62 100644 --- a/static/note.css +++ b/static/note.css @@ -94,15 +94,10 @@ article.note { gap: 16px; width: max-content; - button { - width: 24px; - font-size: 24px; + .interactButtonContainer { + display: flex; + align-items: center; color: #3b005e44; - cursor: pointer; - - &:disabled { - opacity: 0.5; - } &.like.active { color: #8c22d8; @@ -117,5 +112,21 @@ article.note { color: #0761b6; } } + + label { + margin-left: 4px; + font-weight: bold; + } + + button { + width: 24px; + font-size: 24px; + cursor: pointer; + color: inherit; + + &:disabled { + opacity: 0.5; + } + } } } -- cgit v1.3