2019-08-12 18:51:44 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
|
|
|
Copyright 2019-2023 The Matrix.org Foundation C.I.C.
|
2019-08-12 18:51:44 +08:00
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2019-08-12 18:51:44 +08:00
|
|
|
*/
|
|
|
|
|
2023-05-24 10:37:10 +08:00
|
|
|
.mx_SetIdServer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
gap: $spacing-8;
|
|
|
|
|
|
|
|
.mx_Field {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2019-08-12 18:51:44 +08:00
|
|
|
}
|
2019-08-21 03:20:07 +08:00
|
|
|
|
|
|
|
.mx_SetIdServer_tooltip {
|
2022-06-25 20:40:16 +08:00
|
|
|
max-width: var(--SettingsTab_tooltip-max-width);
|
2019-08-21 03:20:07 +08:00
|
|
|
}
|