2021-11-11 21:07:41 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2021-11-11 21:07:41 +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-11-11 21:07:41 +08:00
|
|
|
*/
|
|
|
|
|
2023-05-19 08:03:39 +08:00
|
|
|
.mx_SidebarUserSettingsTab_homeAllRoomsCheckbox {
|
|
|
|
margin-left: 24px;
|
2021-11-11 21:07:41 +08:00
|
|
|
|
2023-05-19 08:03:39 +08:00
|
|
|
& + div {
|
|
|
|
margin-left: 48px;
|
2021-11-11 21:07:41 +08:00
|
|
|
}
|
2023-05-19 08:03:39 +08:00
|
|
|
}
|
2021-11-11 21:07:41 +08:00
|
|
|
|
2023-05-19 08:03:39 +08:00
|
|
|
.mx_SidebarUserSettingsTab_checkbox {
|
|
|
|
margin-bottom: $spacing-8;
|
2024-01-03 02:56:39 +08:00
|
|
|
/* override checkbox styles */
|
2023-05-19 08:03:39 +08:00
|
|
|
label {
|
|
|
|
align-items: flex-start !important;
|
2021-11-11 21:07:41 +08:00
|
|
|
}
|
|
|
|
|
2023-05-19 08:03:39 +08:00
|
|
|
svg {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
margin-right: $spacing-8;
|
|
|
|
margin-bottom: -1px;
|
2021-11-11 21:07:41 +08:00
|
|
|
}
|
|
|
|
}
|