Spread out the general user settings sections like the other tabs
By design request.
This commit is contained in:
parent
c1d9d96702
commit
6fee3d8f4f
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@ limitations under the License.
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Make this selector less painful
|
||||||
|
.mx_GeneralUserSettingsTab_accountSection .mx_SettingsTab_subheading:nth-child(n + 1),
|
||||||
|
.mx_GeneralUserSettingsTab_discovery .mx_SettingsTab_subheading:nth-child(n + 2),
|
||||||
|
.mx_SetIdServer .mx_SettingsTab_subheading {
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_GeneralUserSettingsTab_accountSection .mx_Spinner,
|
.mx_GeneralUserSettingsTab_accountSection .mx_Spinner,
|
||||||
.mx_GeneralUserSettingsTab_discovery .mx_Spinner {
|
.mx_GeneralUserSettingsTab_discovery .mx_Spinner {
|
||||||
// Move the spinner to the left side of the container (default center)
|
// Move the spinner to the left side of the container (default center)
|
||||||
|
|
Loading…
Reference in a new issue