Merge pull request #2491 from matrix-org/travis/usettings/tab/general
Implement the "General" tab of new user settings
This commit is contained in:
commit
2a9f6186d7
27 changed files with 1355 additions and 168 deletions
|
@ -255,3 +255,15 @@ input.mx_UserSettings_phoneNumberField {
|
|||
.mx_UserSettings_analyticsModal table {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
|
||||
// Temp styles to keep the layout moderately usable. Not perfect, but better
|
||||
// than 30 options being impossible to understand.
|
||||
.mx_UserSettings .mx_SettingsFlag {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.mx_UserSettings .mx_SettingsFlag .mx_ToggleSwitch {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue