Implement Instance Moderation Notes (#31529)

This commit is contained in:
Emelia Smith 2025-06-25 10:15:44 +02:00 committed by GitHub
commit 72f2f35bfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 295 additions and 15 deletions

View file

@ -1632,6 +1632,17 @@ a.sparkline {
}
}
a.timestamp {
color: $darker-text-color;
text-decoration: none;
&:hover,
&:focus,
&:active {
text-decoration: underline;
}
}
time {
margin-inline-start: 5px;
vertical-align: baseline;