Implement Instance Moderation Notes (#31529)
This commit is contained in:
parent
0f9f27972d
commit
72f2f35bfb
20 changed files with 295 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue