diff --git a/assets/styles/components.scss b/assets/styles/components.scss index 4555e5099..85d4819f3 100644 --- a/assets/styles/components.scss +++ b/assets/styles/components.scss @@ -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; } diff --git a/components/ui/Badge.vue b/components/ui/Badge.vue index 54a224922..83b433245 100644 --- a/components/ui/Badge.vue +++ b/components/ui/Badge.vue @@ -15,8 +15,8 @@ - +