Files
element-call/src/settings/ProfileSettingsTab.module.css

18 lines
315 B
CSS
Raw Normal View History

2023-01-03 16:58:38 +00:00
/*
Copyright 2022-2024 New Vector Ltd.
2023-01-03 16:58:38 +00:00
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE in the repository root for full details.
2023-01-03 16:58:38 +00:00
*/
.content {
width: 100%;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
2022-02-18 16:02:27 -08:00
.avatarFieldRow {
justify-content: center;
}