Further design iteration
parent
279654cc9e
commit
158a0f90cb
|
@ -19,8 +19,8 @@ limitations under the License.
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.mx_BetaCard {
|
.mx_BetaCard {
|
||||||
margin: 0 40px;
|
margin: 0 72px;
|
||||||
max-width: 960px;
|
max-width: 760px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -153,8 +153,8 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||||
"Communities and custom tags will be hidden.", {
|
"Communities and custom tags will be hidden.", {
|
||||||
brand: SdkConfig.get().brand,
|
brand: SdkConfig.get().brand,
|
||||||
}) }</p>
|
}) }</p>
|
||||||
<p>{ _t("You can leave the beta any time from settings or tapping on a beta badge, " +
|
<b>{ _t("You can leave the beta any time from settings or tapping on a beta badge, " +
|
||||||
"like the one above.") }</p>
|
"like the one above.") }</b>
|
||||||
<p>{ _t("Beta available for web, desktop and Android. " +
|
<p>{ _t("Beta available for web, desktop and Android. " +
|
||||||
"Some features may be unavailable on your homeserver.") }</p>
|
"Some features may be unavailable on your homeserver.") }</p>
|
||||||
</>;
|
</>;
|
||||||
|
|
Loading…
Reference in New Issue