Fix styling of setting flag descriptions in preferences
and add description to spaces all/home setting and make it an account setting rather than device one and hide it from the Beta card
This commit is contained in:
parent
776435f620
commit
07b9d6b30b
4 changed files with 20 additions and 4 deletions
|
@ -73,6 +73,13 @@ limitations under the License.
|
|||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.mx_SettingsTab_section .mx_SettingsFlag .mx_SettingsFlag_microcopy {
|
||||
margin-top: 4px;
|
||||
font-size: $font-12px;
|
||||
line-height: $font-15px;
|
||||
color: $secondary-fg-color;
|
||||
}
|
||||
|
||||
.mx_SettingsTab_section .mx_SettingsFlag .mx_ToggleSwitch {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue