Better rich embed support

This commit is contained in:
MathMan05 2024-06-20 17:28:24 -05:00
parent c28ca422ec
commit cf0e1eddb4
2 changed files with 78 additions and 13 deletions

View file

@ -901,6 +901,7 @@ span {
.embed-color{
padding-left: .04in;
border-radius:.05in;
background: black;
}
.embed{
background:var(--embed);
@ -939,3 +940,22 @@ span {
.provider{
color:var(--timestamp-color);
}
.embedtitle{
margin-bottom:0in !important;
padding-bottom: .05in;
font-weight: bold;
}
.embed b{
margin-right:.075in;
}
.inline{
display:inline-block;
margin-right:.1in;
}
.embed .username{
color:var(--primary-text);
font-size:.15in;
}
.spaceright{
margin-right:.1in;
}