From 6fabf0b4f11da6985103ef305eff5033bde2bf9f Mon Sep 17 00:00:00 2001 From: Sean King Date: Tue, 21 Jun 2022 18:00:24 -0600 Subject: [PATCH] Use

elements instead of
for notice on edit status form --- .../post_status_form/post_status_form.vue | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index a4449938..6c505ddc 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -66,14 +66,13 @@ {{ $t('post_status.direct_warning_to_first_only') }} {{ $t('post_status.direct_warning_to_all') }}

-

- {{ $t('post_status.edit_remote_warning') }} -
- {{ $t('post_status.edit_unsupported_warning') }} -

+

{{ $t('post_status.edit_remote_warning') }}

+

{{ $t('post_status.edit_unsupported_warning') }}

+
:first-child { + margin-top: 0; + } + + > :last-child { + margin-bottom: 0; + } + } + .media-upload-icon, .poll-icon, .emoji-icon { font-size: 1.85em; line-height: 1.1;