mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Add provider name to rich embeds and set provider and author text color to match discords
This commit is contained in:
parent
764f8bb796
commit
ed6ae41c42
@ -705,6 +705,14 @@ p.mentioned span.chatmessage {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.richembed .provider .name {
|
||||||
|
color: #87909c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.richembed .author .name {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.richembed .author img, .richembed .footer img {
|
.richembed .author img, .richembed .footer img {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
|
@ -382,6 +382,14 @@
|
|||||||
<div class="rich">
|
<div class="rich">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="innercontent">
|
<div class="innercontent">
|
||||||
|
{{#provider}}
|
||||||
|
<div class="provider">
|
||||||
|
<a href="
|
||||||
|
{{#provider.url}}{{provider.url}}{{/provider.url}}
|
||||||
|
{{^provider.url}}#{{/provider.url}}
|
||||||
|
" target="_blank" class="name">{{provider.name}}</a>
|
||||||
|
</div>
|
||||||
|
{{/provider}}
|
||||||
{{#author}}
|
{{#author}}
|
||||||
<div class="author">
|
<div class="author">
|
||||||
{{#author.proxy_icon_url}}
|
{{#author.proxy_icon_url}}
|
||||||
|
Loading…
Reference in New Issue
Block a user