2018-04-12 01:23:35 +02:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2018-2024 New Vector Ltd.
|
2018-04-12 01:23:35 +02:00
|
|
|
|
2024-09-09 15:57:16 +02: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-12 01:23:35 +02:00
|
|
|
*/
|
|
|
|
|
2018-05-21 17:59:13 +02:00
|
|
|
.mx_MStickerBody_wrapper {
|
2022-02-08 09:27:37 +01:00
|
|
|
padding: 12px 0px;
|
2018-04-12 01:23:35 +02:00
|
|
|
}
|
|
|
|
|
2019-09-28 05:08:31 +02:00
|
|
|
.mx_MStickerBody_hidden {
|
|
|
|
max-width: 220px;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* To center the text in the middle of the frame */
|
2019-09-28 05:08:31 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2022-04-25 19:36:32 +02:00
|
|
|
|
|
|
|
.mx_MStickerBody_placeholder {
|
2022-07-27 15:39:29 +02:00
|
|
|
/* centering */
|
2022-04-25 19:36:32 +02:00
|
|
|
position: absolute;
|
|
|
|
left: calc(50% - 40px);
|
|
|
|
top: calc(50% - 40px);
|
|
|
|
}
|