iterate PR based on feedback

This commit is contained in:
Michael Telatynski 2021-08-06 12:05:14 +01:00
parent 64995dfae7
commit f7818e0169
4 changed files with 8 additions and 4 deletions

View file

@ -33,7 +33,10 @@ limitations under the License.
> p {
font-size: $font-15px;
line-height: $font-24px;
color: $secondary-fg-color;
&:first-of-type {
margin-top: 0;
}
&.mx_CreateSpaceFromCommunityDialog_flairNotice {
font-size: $font-12px;
@ -45,7 +48,7 @@ limitations under the License.
> p {
font-size: $font-12px;
line-height: $font-15px;
margin: 8px 0 16px;
margin: 16px 0;
}
}

View file

@ -38,6 +38,7 @@ limitations under the License.
.mx_Field input,
.mx_Field select,
.mx_Field textarea {
font-family: inherit;
font-weight: normal;
font-size: $font-14px;
border: none;

View file

@ -288,7 +288,7 @@ const CreateSpaceFromCommunityDialog: React.FC<IProps> = ({ matrixClient: cli, g
<p>
{ _t("Spaces are the new version of communities - with new features coming.") }
&nbsp;
{ _t("All rooms will automatically be automatically added, a link to the Space will be " +
{ _t("All rooms will automatically be added, a link to the Space will be " +
"added to your old community description and all community members will be invited.") }
</p>
<p className="mx_CreateSpaceFromCommunityDialog_flairNotice">

View file

@ -2235,7 +2235,7 @@
"Failed to migrate community": "Failed to migrate community",
"Create Space from community": "Create Space from community",
"Spaces are the new version of communities - with new features coming.": "Spaces are the new version of communities - with new features coming.",
"All rooms will automatically be automatically added, a link to the Space will be added to your old community description and all community members will be invited.": "All rooms will automatically be automatically added, a link to the Space will be added to your old community description and all community members will be invited.",
"All rooms will automatically be added, a link to the Space will be added to your old community description and all community members will be invited.": "All rooms will automatically be added, a link to the Space will be added to your old community description and all community members will be invited.",
"Flair won't be available in Spaces for the foreseeable future.": "Flair won't be available in Spaces for the foreseeable future.",
"This description will be shown to people when they view your space": "This description will be shown to people when they view your space",
"Space visibility": "Space visibility",