Implement basic reactions

This commit is contained in:
2025-10-05 22:56:43 +03:00
Unverified
parent a6e272e5b4
commit d6b2849e46
14 changed files with 923 additions and 60 deletions
@@ -213,7 +213,7 @@
height: 32px;
flex-shrink: 0;
margin-bottom: 4px;
margin: 8px;
margin: 10px;
img {
width: 100%;
@@ -234,7 +234,7 @@
margin-bottom: 0.3rem;
font-size: 0.9rem;
transition: color 0.2s ease;
margin: 8px;
margin: 10px;
&:hover {
color: $color-dark-primary;