mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
Introduce adminCommentLabels and implement Toxic comment label
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
.root {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.coreLabels {
|
||||
> *:not(:last-child) {
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.slot {
|
||||
&:not(:empty) {
|
||||
padding-left: 3px;
|
||||
}
|
||||
> *:not(:last-child) {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user