Set inner content width to fill in rich embeds

This commit is contained in:
Jeremy Zhang 2017-11-05 06:34:46 +00:00
parent e9193912ca
commit 5614d3c48f

View File

@ -525,6 +525,7 @@ p.mentioned span.chatmessage {
.richembed .rich {
margin: 10px;
width: 100%;
}
.richembed img {
@ -541,6 +542,10 @@ p.mentioned span.chatmessage {
display: flex;
}
.richembed .innercontent {
width: 100%;
}
.richembed .thumbnail {
margin-left: 2px;
}