Add controls for toggling discovery in user settings

This adds controls for each 3PID to allow the user to choose whether it's bound
on the IS.

Fixes https://github.com/vector-im/riot-web/issues/10159
This commit is contained in:
J. Ryan Stinnett 2019-08-08 11:35:35 +01:00
parent accb1eea9f
commit 178d6605c4
6 changed files with 572 additions and 18 deletions

View file

@ -37,6 +37,15 @@ limitations under the License.
margin-left: 5px;
}
.mx_ExistingPhoneNumber_verification {
display: inline-flex;
align-items: center;
.mx_Field {
margin: 0 0 0 1em;
}
}
.mx_PhoneNumbers_input {
display: flex;
align-items: center;