2021-10-19 21:50:09 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2021-10-19 21:50:09 +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-10-19 21:50:09 +08:00
|
|
|
*/
|
|
|
|
|
2023-05-22 05:12:11 +08:00
|
|
|
.mx_FontScalingPanel_preview {
|
|
|
|
--FontScalingPanel_preview-padding-block: 9px;
|
2022-06-25 20:20:01 +08:00
|
|
|
|
2023-05-22 05:12:11 +08:00
|
|
|
border: 1px solid $quinary-content;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 0 $spacing-16 var(--FontScalingPanel_preview-padding-block) $spacing-16;
|
|
|
|
pointer-events: none;
|
|
|
|
display: flow-root;
|
2021-10-19 21:50:09 +08:00
|
|
|
|
2023-05-22 05:12:11 +08:00
|
|
|
&.mx_IRCLayout {
|
2023-06-06 22:03:52 +08:00
|
|
|
padding-top: 9px;
|
2021-10-19 21:50:09 +08:00
|
|
|
}
|
|
|
|
|
2023-05-22 05:12:11 +08:00
|
|
|
.mx_EventTile[data-layout="bubble"] {
|
2023-06-06 22:03:52 +08:00
|
|
|
margin-top: 30px;
|
2023-05-22 05:12:11 +08:00
|
|
|
}
|
2021-10-19 21:50:09 +08:00
|
|
|
|
2023-05-22 05:12:11 +08:00
|
|
|
.mx_EventTile_msgOption {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2021-10-19 21:50:09 +08:00
|
|
|
|
2024-02-21 19:23:07 +08:00
|
|
|
.mx_FontScalingPanel_Dropdown {
|
|
|
|
width: 120px;
|
|
|
|
/* Override default mx_Field margin */
|
|
|
|
margin-bottom: var(--cpd-space-2x) !important;
|
2021-10-19 21:50:09 +08:00
|
|
|
}
|