diff --git a/index.html b/index.html index fb92252c5..26eeee19b 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ -
+
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 4fb8e0428..238be88df 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -726,10 +726,6 @@ const PostStatusForm = { scrollerRef.scrollTop = targetScroll } }, - showEmojiPicker () { - this.$refs.textarea.focus() - this.$refs['emoji-input'].triggerShowPicker() - }, clearError () { this.error = null }, diff --git a/src/components/post_status_form/post_status_form.scss b/src/components/post_status_form/post_status_form.scss index a79cae4a6..ac223edb1 100644 --- a/src/components/post_status_form/post_status_form.scss +++ b/src/components/post_status_form/post_status_form.scss @@ -41,10 +41,12 @@ .form-bottom-left { display: flex; - flex: 1; - padding-right: 7px; - margin-right: 7px; - max-width: 10em; + gap: 1.5em; + + button { + padding: 0.5em; + margin: -0.5em; + } } .preview-heading { @@ -102,7 +104,7 @@ .visibility-tray { display: flex; justify-content: space-between; - padding-top: 5px; + padding-top: 0.5em; align-items: baseline; } @@ -216,6 +218,10 @@ position: relative; } + .subject-input { + border-bottom: 1px solid var(--border); + } + .character-counter { position: absolute; bottom: 0; diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 303413b55..37371f1de 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -156,67 +156,68 @@ class="preview-status" />
- - - - -