Sticker content styling

pull/6242/head
Richard Lewis 2018-01-16 21:46:50 +00:00
parent f8643e9a96
commit 56ae96fc75
1 changed files with 5 additions and 14 deletions

View File

@ -241,23 +241,14 @@ limitations under the License.
}
}
.mx_PopoverOuterContainer {
border-radius: 5px;
padding: 2px;
background-color: white;
overflow: 'hidden';
}
.mx_PopoverOuterContainer .mx_AppTileFullWidth {
margin-top: 0 !important;
border: none;
}
.mx_PopoverOuterContainer .mx_StickersContent {
border-radius: 5px;
.mx_StickersContent {
overflow: hidden;
}
.mx_StickersContent .mx_AppTileFullWidth {
border: none;
}
.mx_StickersContentPlaceholder {
display: flex;
flex-grow: 1;