diff --git a/CHANGELOG.md b/CHANGELOG.md index 296f8ec29..2164ecdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - クライアント: アンケートに投票する際に確認ダイアログを出すように - クライアント: Renoteなノート詳細ページから元のノートページに遷移できるように - クライアント: 画像ポップアップでクリックで閉じられるように +- クライアント: デザインの調整 - フォロワーを解除できる機能 ### Bugfixes diff --git a/packages/client/src/components/poll-editor.vue b/packages/client/src/components/poll-editor.vue index 70ffb35d4..fad0cf159 100644 --- a/packages/client/src/components/poll-editor.vue +++ b/packages/client/src/components/poll-editor.vue @@ -221,7 +221,7 @@ export default defineComponent({ } > section { - margin: 16px 0 -16px 0; + margin: 16px 0 0 0; > div { margin: 0 8px;