Merge pull request #5197 from matrix-org/jryans/stickerpicker-height
Fix sticker picker heightpull/21833/head
commit
a56a193c2d
|
@ -7,7 +7,8 @@
|
||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mx_persistedElement_stickerPicker .mx_AppTileFullWidth {
|
#mx_persistedElement_stickerPicker {
|
||||||
|
.mx_AppTileFullWidth {
|
||||||
height: unset;
|
height: unset;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
|
@ -15,6 +16,12 @@
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
// Sticker picker depends on the fixed height previously used for all tiles
|
||||||
|
height: 273px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Stickers_contentPlaceholder {
|
.mx_Stickers_contentPlaceholder {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
Loading…
Reference in New Issue