2018-04-11 23:23:35 +00:00
|
|
|
/*
|
2024-09-09 13:57:16 +00:00
|
|
|
Copyright 2018-2024 New Vector Ltd.
|
2018-04-11 23:23:35 +00:00
|
|
|
|
2024-09-09 13:57:16 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2018-04-11 23:23:35 +00:00
|
|
|
*/
|
|
|
|
|
2018-05-21 15:59:13 +00:00
|
|
|
.mx_MStickerBody_wrapper {
|
2022-02-08 08:27:37 +00:00
|
|
|
padding: 12px 0px;
|
2018-04-11 23:23:35 +00:00
|
|
|
}
|
|
|
|
|
2019-09-28 03:08:31 +00:00
|
|
|
.mx_MStickerBody_hidden {
|
|
|
|
max-width: 220px;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
|
2022-07-27 13:39:29 +00:00
|
|
|
/* To center the text in the middle of the frame */
|
2019-09-28 03:08:31 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2022-04-25 17:36:32 +00:00
|
|
|
|
|
|
|
.mx_MStickerBody_placeholder {
|
2022-07-27 13:39:29 +00:00
|
|
|
/* centering */
|
2022-04-25 17:36:32 +00:00
|
|
|
position: absolute;
|
|
|
|
left: calc(50% - 40px);
|
|
|
|
top: calc(50% - 40px);
|
|
|
|
}
|