Only allow to start a DM with one email if encryption by default is enabled (#10253)

This commit is contained in:
Michael Weimann
2023-03-06 12:08:17 +01:00
committed by GitHub
parent db6ee53535
commit 9b74b0f057
4 changed files with 241 additions and 23 deletions

View File

@@ -452,3 +452,8 @@ limitations under the License.
.mx_InviteDialog_identityServer {
margin-top: 1em; /* TODO: Use a spacing variable */
}
.mx_InviteDialog_oneThreepid {
font-size: $font-12px;
margin: $spacing-8 0;
}