mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
CSS for generic user settings at last
This commit is contained in:
parent
f182e32e3d
commit
722cedc92e
1 changed files with 10 additions and 0 deletions
|
@ -100,6 +100,16 @@ limitations under the License.
|
||||||
margin-bottom: 28px;
|
margin-bottom: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_UserSettings_toggle input {
|
||||||
|
width: 16px;
|
||||||
|
padding-right: 8px;
|
||||||
|
padding-bottom: 21px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_UserSettings_toggle label {
|
||||||
|
padding-bottom: 21px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_UserSettings_accountTable
|
.mx_UserSettings_accountTable
|
||||||
.mx_UserSettings_notifTable
|
.mx_UserSettings_notifTable
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue