mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-27 04:01:10 +01:00
* Remove `mx_MImageReplyBody_info` from `_MImageReplyBody.pcss` Edited by 866a11d7e39b6746689453639018d221f40f94f3 Deprecated by 6b3098d8fe0cfd1633f5f9474030650337fa2a60 Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_WidgetCard_maxPinnedTooltip` from `_WidgetCard.pcss` Added by ef0843d4ad00bfd9c3572469351c5d771f858836 Deprecated by ada6d1aa46ee909eb27e055faa255193a3416d05 Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_AliasSettings_editable` from `_AliasSettings.pcss` Added by eac50aa800887583e46b19a2fd91455dc1c76bcb Deprecated by 2903a0e71218830c8b1c9ef072f1e8d98f589a67 Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_AliasSettings_localAliasHeader` from `_AliasSettings.pcss` Added by 3253d0b93dc8a61a9a1b230ae441dfa83aeda4ab Deprecated by 2e3f225520d2224212c596c44108824df5535361 Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_RoomList_explorePrompt` from `_RoomList.pcss` Added by e20b3754339e77eff3add18ca10854c830bb32c4 Deprecated by 328d7ea5ebb0af8056d77660545aa3d069cf0b2c Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_Stickers_hideStickers` from `_Stickers.pcss` Added by 79d3cca6e9a2769239220d6eb057b176535fc4c3 Deprecated by 31b3b2e2ed7d4006fb603e4f72c197ac76d9898b Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> --------- Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
47 lines
901 B
Plaintext
47 lines
901 B
Plaintext
.mx_Stickers_content {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mx_Stickers_content_container {
|
|
overflow: hidden;
|
|
height: 300px;
|
|
}
|
|
|
|
#mx_persistedElement_stickerPicker {
|
|
.mx_AppTileFullWidth {
|
|
height: unset;
|
|
box-sizing: border-box;
|
|
border-left: none;
|
|
border-right: none;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.mx_AppTileMenuBar {
|
|
padding: 0;
|
|
}
|
|
|
|
iframe {
|
|
/* Sticker picker depends on the fixed height previously used for all tiles */
|
|
height: 283px; /* height of the popout minus the AppTile menu bar */
|
|
}
|
|
}
|
|
|
|
.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;
|
|
color: $accent;
|
|
}
|