mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Set inner content width to fill in rich embeds
This commit is contained in:
parent
e9193912ca
commit
5614d3c48f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user