diff --git a/.woodpecker.yml b/.woodpecker.yml index 58ca79cc..4baa941b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -48,8 +48,8 @@ steps: - SCW_DEFAULT_ORGANIZATION_ID commands: - apt-get update && apt-get install -y rclone wget zip - - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64 - - mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli + - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.30.0/scaleway-cli_2.30.0_linux_amd64 + - mv scaleway-cli_2.30.0_linux_amd64 scaleway-cli - chmod +x scaleway-cli - ./scaleway-cli object config install type=rclone - zip akkoma-fe.zip -r dist @@ -71,8 +71,8 @@ steps: - SCW_DEFAULT_ORGANIZATION_ID commands: - apt-get update && apt-get install -y rclone wget git zip - - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.5.1/scaleway-cli_2.5.1_linux_amd64 - - mv scaleway-cli_2.5.1_linux_amd64 scaleway-cli + - wget https://github.com/scaleway/scaleway-cli/releases/download/v2.30.0/scaleway-cli_2.30.0_linux_amd64 + - mv scaleway-cli_2.30.0_linux_amd64 scaleway-cli - chmod +x scaleway-cli - ./scaleway-cli object config install type=rclone - cd docs @@ -80,4 +80,4 @@ steps: - mkdocs build - zip -r docs.zip site/* - cd site - - rclone copy . scaleway:akkoma-docs/frontend/$CI_COMMIT_BRANCH/ + - rclone copy . scaleway:akkoma-docs/frontend/$CI_COMMIT_BRANCH/ diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 0f549aa8..bd39759e 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;