diff --git a/locales/en-US.yml b/locales/en-US.yml
index 184ee0bcc9..4730bb9eb6 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -526,6 +526,7 @@ total: "Total"
weekOverWeekChanges: "Changes to last week"
dayOverDayChanges: "Changes to yesterday"
appearance: "Appearance"
+accessibility: "Accessibility"
clientSettings: "Client Settings"
accountSettings: "Account Settings"
promotion: "Promoted"
diff --git a/packages/client/src/components/MkSuperMenu.vue b/packages/client/src/components/MkSuperMenu.vue
index 2cfda6426b..14974bbbaa 100644
--- a/packages/client/src/components/MkSuperMenu.vue
+++ b/packages/client/src/components/MkSuperMenu.vue
@@ -81,7 +81,7 @@ export default defineComponent({
> .title {
opacity: 0.7;
- margin: 0 0 8px 0;
+ margin: 0 12px 8px;
font-size: 0.9em;
}
diff --git a/packages/client/src/pages/settings/general.vue b/packages/client/src/pages/settings/general.vue
index e84cb260a2..77e51868e9 100644
--- a/packages/client/src/pages/settings/general.vue
+++ b/packages/client/src/pages/settings/general.vue
@@ -43,10 +43,6 @@
- {{
- i18n.ts.showFixedPostForm
- }}
-
{{ i18n.ts.behavior }}
{{
@@ -69,6 +65,13 @@
{{
i18n.ts.disablePagesScript
}}
+ {{ i18n.ts.flagShowTimelineReplies
+ }}{{ i18n.ts.flagShowTimelineRepliesDescription }}
+ {{ i18n.ts.reflectMayTakeTime }}
{{ i18n.ts.whenServerDisconnected }}
@@ -88,10 +91,7 @@
- {{ i18n.ts.appearance }}
- {{
- i18n.ts.showAds
- }}
+ {{ i18n.ts.accessibility }}
{{ i18n.ts._mfm.alwaysPlay }}
@@ -105,6 +105,33 @@
{{
i18n.ts.reduceUiAnimation
}}
+ {{ i18n.ts.disableShowingAnimatedImages }}
+
+ {{ i18n.ts.fontSize }}
+
+
+
+
+
+
+
+
+ {{ i18n.ts.appearance }}
+ {{
+ i18n.ts.showAds
+ }}
{{
i18n.ts.useBlurEffect
}}
@@ -119,11 +146,6 @@
{{
i18n.ts.loadRawImages
}}
- {{ i18n.ts.disableShowingAnimatedImages }}
{{
i18n.ts.squareAvatars
}}
@@ -145,44 +167,30 @@
{{
i18n.ts.showUpdates
}}
+ {{
+ i18n.ts.showFixedPostForm
+ }}
{{ i18n.ts.showAdminUpdates }}
+
+ {{ i18n.ts.instanceTicker }}
+
+
+
+
-
- {{ i18n.ts.fontSize }}
-
-
-
-
-
+
+ {{ i18n.ts.nsfw }}
+
+
+
+
-
- {{ i18n.ts.instanceTicker }}
-
-
-
-
-
-
- {{ i18n.ts.nsfw }}
-
-
-
-
-
- {{ i18n.ts.customCss }}
-
{{ i18n.ts.customKaTeXMacro }}