diff --git a/lemmy-translations b/lemmy-translations index 7c1b691a..29c689af 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 7c1b691af63845a2fe2f8219b4620b8db3c9c3ba +Subproject commit 29c689af8d16417c1b84d9491f6bcea888720a87 diff --git a/src/assets/css/main.css b/src/assets/css/main.css index fe728ca6..3ec52d0a 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -375,6 +375,10 @@ br.big { border-radius: 4px; } +.modlog-choices-font-size { + font-size: .9375rem !important; +} + .preview-lines { overflow: hidden; text-overflow: ellipsis; diff --git a/src/shared/components/home/site-form.tsx b/src/shared/components/home/site-form.tsx index 09a7ca35..e2266fee 100644 --- a/src/shared/components/home/site-form.tsx +++ b/src/shared/components/home/site-form.tsx @@ -54,6 +54,7 @@ export class SiteForm extends Component { description: None, community_creation_admin_only: None, auth: undefined, + hide_modlog_mod_names: Some(true), }), loading: false, themeList: None, @@ -98,6 +99,7 @@ export class SiteForm extends Component { default_theme: Some(site.default_theme), default_post_listing_type: Some(site.default_post_listing_type), legal_information: site.legal_information, + hide_modlog_mod_names: site.hide_modlog_mod_names, auth: undefined, }); }, @@ -437,6 +439,25 @@ export class SiteForm extends Component { +
+
+
+ + +
+
+