From 158a0f90cb969a497a7b4b3fab7a908bb5c4c57d Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 29 Apr 2021 22:02:18 +0100 Subject: [PATCH] Further design iteration --- res/css/structures/_MyGroups.scss | 4 ++-- src/settings/Settings.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/res/css/structures/_MyGroups.scss b/res/css/structures/_MyGroups.scss index 6ecc5570f4..9c0062b72d 100644 --- a/res/css/structures/_MyGroups.scss +++ b/res/css/structures/_MyGroups.scss @@ -19,8 +19,8 @@ limitations under the License. flex-direction: column; .mx_BetaCard { - margin: 0 40px; - max-width: 960px; + margin: 0 72px; + max-width: 760px; } } diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index 5bda746646..2066cf2026 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -153,8 +153,8 @@ export const SETTINGS: {[setting: string]: ISetting} = { "Communities and custom tags will be hidden.", { brand: SdkConfig.get().brand, }) }
-{ _t("You can leave the beta any time from settings or tapping on a beta badge, " + - "like the one above.") }
+ { _t("You can leave the beta any time from settings or tapping on a beta badge, " + + "like the one above.") }{ _t("Beta available for web, desktop and Android. " + "Some features may be unavailable on your homeserver.") }
>;