mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
iterate PR based on feedback
This commit is contained in:
parent
64995dfae7
commit
f7818e0169
4 changed files with 8 additions and 4 deletions
|
@ -33,7 +33,10 @@ limitations under the License.
|
||||||
> p {
|
> p {
|
||||||
font-size: $font-15px;
|
font-size: $font-15px;
|
||||||
line-height: $font-24px;
|
line-height: $font-24px;
|
||||||
color: $secondary-fg-color;
|
|
||||||
|
&:first-of-type {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&.mx_CreateSpaceFromCommunityDialog_flairNotice {
|
&.mx_CreateSpaceFromCommunityDialog_flairNotice {
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
|
@ -45,7 +48,7 @@ limitations under the License.
|
||||||
> p {
|
> p {
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
line-height: $font-15px;
|
line-height: $font-15px;
|
||||||
margin: 8px 0 16px;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,7 @@ limitations under the License.
|
||||||
.mx_Field input,
|
.mx_Field input,
|
||||||
.mx_Field select,
|
.mx_Field select,
|
||||||
.mx_Field textarea {
|
.mx_Field textarea {
|
||||||
|
font-family: inherit;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: $font-14px;
|
font-size: $font-14px;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
@ -288,7 +288,7 @@ const CreateSpaceFromCommunityDialog: React.FC<IProps> = ({ matrixClient: cli, g
|
||||||
<p>
|
<p>
|
||||||
{ _t("Spaces are the new version of communities - with new features coming.") }
|
{ _t("Spaces are the new version of communities - with new features coming.") }
|
||||||
|
|
||||||
{ _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.") }
|
"added to your old community description and all community members will be invited.") }
|
||||||
</p>
|
</p>
|
||||||
<p className="mx_CreateSpaceFromCommunityDialog_flairNotice">
|
<p className="mx_CreateSpaceFromCommunityDialog_flairNotice">
|
||||||
|
|
|
@ -2235,7 +2235,7 @@
|
||||||
"Failed to migrate community": "Failed to migrate community",
|
"Failed to migrate community": "Failed to migrate community",
|
||||||
"Create Space from community": "Create Space from 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.",
|
"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.",
|
"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",
|
"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",
|
"Space visibility": "Space visibility",
|
||||||
|
|
Loading…
Reference in a new issue