Files
element-call/src/settings/ProfileSettingsTab.module.css
Will Hunt c1208ac7b6 Small improvements to settings tab (#2789)
* align profile tab.

* Fix descriptions
2024-11-15 14:09:52 +00:00

18 lines
282 B
CSS

/*
Copyright 2022-2024 New Vector Ltd.
SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
*/
.content {
width: 100%;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
.avatarFieldRow {
justify-content: center;
}