diff --git a/packages/frontend/src/components/MkFollowButton.vue b/packages/frontend/src/components/MkFollowButton.vue
index 15043fcd0b..11c36b8034 100644
--- a/packages/frontend/src/components/MkFollowButton.vue
+++ b/packages/frontend/src/components/MkFollowButton.vue
@@ -2,54 +2,108 @@
SPDX-FileCopyrightText: syuilo and other misskey contributors
SPDX-License-Identifier: AGPL-3.0-only
-->
-
-
+
diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue
index 2b4dcc8ed4..a3c0596402 100644
--- a/packages/frontend/src/components/MkPostForm.vue
+++ b/packages/frontend/src/components/MkPostForm.vue
@@ -4,156 +4,223 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ i18n.ts.quoteAttached }}
-
-
{{ i18n.ts.recipient }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ i18n.ts.quoteAttached }}
+
+
+
+
{{ i18n.ts.recipient }}
+
-
-
-
-
{{ i18n.ts.notSpecifiedMentionWarning }} -
-
-
-
-
{{ maxTextLength - textLength }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ i18n.ts.notSpecifiedMentionWarning }} -
+
+
+
+
+
+
+ {{ maxTextLength - textLength }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/packages/frontend/src/components/MkSwitch.button.vue b/packages/frontend/src/components/MkSwitch.button.vue
index a7e91acc39..9cbcb82bcb 100644
--- a/packages/frontend/src/components/MkSwitch.button.vue
+++ b/packages/frontend/src/components/MkSwitch.button.vue
@@ -9,19 +9,55 @@ SPDX-License-Identifier: AGPL-3.0-only
:class="{
[$style.button]: true,
[$style.buttonChecked]: checked,
- [$style.buttonDisabled]: props.disabled
+ [$style.buttonDisabled]: props.disabled,
+ [$style.gamingDark]: gaming === 'dark' && checked,
+ [$style.gamingLight]: gaming === 'light' && checked
}"
data-cy-switch-toggle
@click.prevent.stop="toggle"
>
-
+