Improve moderation messages and add moderation UI on projects. (#889)

This commit is contained in:
Prospector
2023-01-11 13:05:11 -08:00
committed by GitHub
parent 8fff3e5389
commit bb80dcb4e4
7 changed files with 325 additions and 165 deletions

View File

@@ -200,6 +200,10 @@
text-decoration: underline;
}
}
&.moderation-card {
background-color: var(--color-banner-bg);
}
}
.universal-labels {
@@ -1458,7 +1462,7 @@ h3 {
}
}
.push-right {
.push-right:not(.input-group), .push-right.input-group > :first-child {
margin-left: auto;
margin-right: 0;
}