diff --git a/src/components/post_status_form/post_status_form.scss b/src/components/post_status_form/post_status_form.scss index a753fc38d..3de28928d 100644 --- a/src/components/post_status_form/post_status_form.scss +++ b/src/components/post_status_form/post_status_form.scss @@ -16,7 +16,7 @@ .form-bottom { display: flex; justify-content: space-between; - padding: 0.5em; + padding: 0.5em 0.5em 0.25em; height: 2.5em; .post-button-group { @@ -210,6 +210,13 @@ flex-direction: column; } + .keyboard-enter-hint { + text-align: right; + margin-right: 1em; + line-height: 1; + margin-bottom: 0.5em; + } + textarea.input.form-post-body { // TODO: make a resizable textarea component? box-sizing: content-box; // needed for easier computation of dynamic size diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index afc465c67..1ed73e00a 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -381,6 +381,14 @@ + + + {{ $t('post_status.enter_submits') }} + + + {{ $t('post_status.enter_newline') }} + +