feat(flags): add comment flags (#1140)

* feat(flags): add comment flags

* fix(flags): address review feedback

* fix(flags): clear stale flag publish data
This commit is contained in:
Tommaso Casaburi
2026-05-24 23:14:36 +07:00
committed by GitHub
parent 804c14fc35
commit f74b33f43b
66 changed files with 1293 additions and 74 deletions
+15
View File
@@ -129,6 +129,21 @@
font-weight: var(--post-name-font-weight);
}
.authorFlags {
display: inline-flex;
align-items: center;
gap: 3px;
margin-right: 3px;
vertical-align: -1px;
}
.authorFlag {
display: inline-block;
flex: 0 0 auto;
background-repeat: no-repeat;
image-rendering: pixelated;
}
.postDesktop .postNumLink a, .postDesktop .postNumLink span, .replyDesktop .postNumLink a, .replyDesktop .postNumLink span {
color: unset;
text-decoration: unset;