2018-04-12 01:23:35 +02:00
|
|
|
.mx_Stickers_content {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_Stickers_content_container {
|
|
|
|
overflow: hidden;
|
|
|
|
height: 300px;
|
|
|
|
}
|
|
|
|
|
2020-09-11 12:12:56 +02:00
|
|
|
#mx_persistedElement_stickerPicker {
|
|
|
|
.mx_AppTileFullWidth {
|
|
|
|
height: unset;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2020-10-12 14:16:55 +02:00
|
|
|
.mx_AppTileMenuBar {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2020-09-11 12:12:56 +02:00
|
|
|
iframe {
|
|
|
|
// Sticker picker depends on the fixed height previously used for all tiles
|
2020-11-26 23:09:44 +01:00
|
|
|
height: 283px; // height of the popout minus the AppTile menu bar
|
2020-09-11 12:12:56 +02:00
|
|
|
}
|
2018-04-12 01:23:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_Stickers_contentPlaceholder {
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_Stickers_contentPlaceholder p {
|
|
|
|
max-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_Stickers_addLink {
|
|
|
|
display: inline;
|
|
|
|
cursor: pointer;
|
2020-07-13 22:02:08 +02:00
|
|
|
color: $button-link-fg-color;
|
2018-04-12 01:23:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_Stickers_hideStickers {
|
|
|
|
z-index: 2001;
|
|
|
|
}
|