mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
f5d79897d9
* Remove `mx_MImageReplyBody_info` from `_MImageReplyBody.pcss` Edited by866a11d7e3
Deprecated by6b3098d8fe
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_WidgetCard_maxPinnedTooltip` from `_WidgetCard.pcss` Added byef0843d4ad
Deprecated byada6d1aa46
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_AliasSettings_editable` from `_AliasSettings.pcss` Added byeac50aa800
Deprecated by2903a0e712
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_AliasSettings_localAliasHeader` from `_AliasSettings.pcss` Added by3253d0b93d
Deprecated by2e3f225520
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_RoomList_explorePrompt` from `_RoomList.pcss` Added bye20b375433
Deprecated by328d7ea5eb
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove `mx_Stickers_hideStickers` from `_Stickers.pcss` Added by79d3cca6e9
Deprecated by31b3b2e2ed
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;
|
|
}
|