mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-03-31 14:11:56 +02: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 {
|
.richembed .rich {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.richembed img {
|
.richembed img {
|
||||||
@ -541,6 +542,10 @@ p.mentioned span.chatmessage {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.richembed .innercontent {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.richembed .thumbnail {
|
.richembed .thumbnail {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user