diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index ab786e43..0ce426fa 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -190,6 +190,7 @@
- -
-
- -
-
- - {{ $t(`post_status.content_type["${postFormats[0]}"]`) }} - + + +
+
+ +
+
+ + {{ $t(`post_status.content_type["${postFormats[0]}"]`) }} + +
@@ -460,6 +464,10 @@ align-items: baseline; } + .visibility-tray-edit { + justify-content: right; + } + .visibility-notice.edit-warning { > :first-child { margin-top: 0; @@ -470,6 +478,12 @@ } } + .format-selector-container { + .format-selector { + display: inline-block; + } + } + .media-upload-icon, .poll-icon, .emoji-icon, .spoiler-icon { font-size: 1.85em; line-height: 1.1;