mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
8b6360f52e
commit
6acf93c0d2
4 changed files with 13 additions and 8 deletions
|
@ -199,7 +199,7 @@
|
|||
</li>
|
||||
<li class="nav-list-item">
|
||||
<button type="button" {{action "showSubview" "twitter-data"}} data-test-button="twitter-data">
|
||||
<span>{{svg-jar "x-logo"}} X (formerly Twitter) card</span>
|
||||
<span>{{svg-jar "x-logo"}} X card</span>
|
||||
</button>
|
||||
{{svg-jar "arrow-right" class="arrow-right"}}
|
||||
</li>
|
||||
|
@ -523,7 +523,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="gh-shortcut">
|
||||
<div>Twitter</div>
|
||||
<div>X (formerly Twitter)</div>
|
||||
<div class="gh-keys">
|
||||
<span class="gh-key mono">/twitter [url]</span>
|
||||
</div>
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">X (formerly Twitter) card</h4>
|
||||
<h4 class="gh-expandable-title">X card</h4>
|
||||
<p class="gh-expandable-description">Customized structured data for X.</p>
|
||||
</div>
|
||||
<button type="button" class="gh-btn gh-btn-expand" {{on "click" (toggle "twitterMetadataOpen" this)}}><span>{{if this.twitterMetadataOpen "Close" "Expand"}}</span></button>
|
||||
|
|
|
@ -436,6 +436,13 @@
|
|||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.gh-twitter-container .social-icon,
|
||||
.gh-social-twitter-container .social-icon {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.gh-social-og-container {
|
||||
width: 476px;
|
||||
margin-bottom: 2.4rem;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 40 40">
|
||||
<title>social-x</title>
|
||||
<circle cx="20" cy="20" r="20" fill="#000"/>
|
||||
<path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M24.518 29 11 11h4.482L29 29h-4.482Zm3.846-18-7.126 7.667M11.636 29l7.12-7.661"/>
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path>
|
||||
</svg>
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 241 B |
Loading…
Add table
Reference in a new issue