2021-09-17 22:34:49 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2021-09-17 22:34:49 +08:00
|
|
|
Copyright 2021 The Matrix.org Foundation C.I.C.
|
|
|
|
|
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.
|
2021-09-17 22:34:49 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_SpaceChildrenPicker {
|
|
|
|
margin: 16px 0;
|
|
|
|
|
2021-11-04 20:57:38 +08:00
|
|
|
.mx_StyledRadioButton + .mx_StyledRadioButton {
|
2021-09-17 22:34:49 +08:00
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_SearchBox {
|
2022-07-27 21:39:29 +08:00
|
|
|
/* To match the space around the title */
|
2021-09-17 22:34:49 +08:00
|
|
|
margin: 0 0 15px 0;
|
|
|
|
flex-grow: 0;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_SpaceChildrenPicker_noResults {
|
|
|
|
display: block;
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
}
|