mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-03 23:37:09 +01:00 
			
		
		
		
	Add provider name to rich embeds and set provider and author text color to match discords
This commit is contained in:
		@@ -705,6 +705,14 @@ p.mentioned span.chatmessage {
 | 
			
		||||
  border-radius: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.richembed .provider .name {
 | 
			
		||||
  color: #87909c;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.richembed .author .name {
 | 
			
		||||
  color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.richembed .author img, .richembed .footer img {
 | 
			
		||||
  width: 20px;
 | 
			
		||||
  border-radius: 100px;
 | 
			
		||||
 
 | 
			
		||||
@@ -382,6 +382,14 @@
 | 
			
		||||
        <div class="rich">
 | 
			
		||||
          <div class="content">
 | 
			
		||||
            <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}}
 | 
			
		||||
              <div class="author">
 | 
			
		||||
                {{#author.proxy_icon_url}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user