diff --git a/src/components/post_status_form/post_status_form.scss b/src/components/post_status_form/post_status_form.scss index ac223edb1..f54edd00f 100644 --- a/src/components/post_status_form/post_status_form.scss +++ b/src/components/post_status_form/post_status_form.scss @@ -108,6 +108,12 @@ align-items: baseline; } + .visibility-notice { + border: 1px solid var(--border); + border-radius: var(--roundness); + padding: 0.5em 1em + } + .visibility-notice.edit-warning { > :first-child { margin-top: 0;