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