Files
ThreadNet-Web/res/css/views/rooms/_Stickers.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

47 lines
901 B
Plaintext
Raw Normal View History

.mx_Stickers_content {
overflow: hidden;
}
.mx_Stickers_content_container {
overflow: hidden;
height: 300px;
}
2020-09-11 11:12:56 +01:00
#mx_persistedElement_stickerPicker {
.mx_AppTileFullWidth {
height: unset;
box-sizing: border-box;
border-left: none;
border-right: none;
border-bottom: none;
}
2020-10-12 13:16:55 +01:00
.mx_AppTileMenuBar {
padding: 0;
}
2020-09-11 11:12:56 +01:00
iframe {
/* Sticker picker depends on the fixed height previously used for all tiles */
height: 283px; /* height of the popout minus the AppTile menu bar */
2020-09-11 11:12:56 +01: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;
2021-11-11 14:37:29 +01:00
color: $accent;
}