Fix twitter-view once and for all!
One image URL was broken and it was accidentally using the avatar directive, so the class has been changed to 'twitter-avatar' and made explicit.
This commit is contained in:
parent
5a05c6560b
commit
f268a5d661
3 changed files with 3 additions and 3 deletions
|
@ -1667,7 +1667,7 @@ i.toggle-icon:hover {
|
||||||
padding-left: 70px;
|
padding-left: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.landing-page .twitter-tweet .avatar img {
|
.landing-page .twitter-tweet .twitter-avatar img {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 2px solid rgb(70, 70, 70);
|
border: 2px solid rgb(70, 70, 70);
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
</p>
|
</p>
|
||||||
<div class="attribute">
|
<div class="attribute">
|
||||||
<span class="info-wrap">
|
<span class="info-wrap">
|
||||||
<img ng-src="/static/img/default-twitter.png">
|
<span class="twitter-avatar"><img ng-src="{{ avatarUrl }}" fallback-src="/static/img/default-twitter.png"></span>
|
||||||
<span class="info">
|
<span class="info">
|
||||||
<span class="author">{{ authorName }} (@{{authorUser}})</span>
|
<span class="author">{{ authorName }} (@{{authorUser}})</span>
|
||||||
<a class="reference" ng-href="{{ messageUrl }}">{{ messageDate }}</a>
|
<a class="reference" ng-href="{{ messageUrl }}">{{ messageDate }}</a>
|
||||||
|
|
|
@ -207,7 +207,7 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<div class="twitter-view" avatar-url="https://pbs.twimg.com/profile_images/2578175278/ykn3l9ktfdy1hia5odij_bigger.jpeg"
|
<div class="twitter-view" avatar-url="https://pbs.twimg.com/profile_images/483391930147954688/pvJAHzy__bigger.jpeg"
|
||||||
author-name="Frank Macreery" author-user="fancyremarker" message-url="https://twitter.com/fancyremarker/statuses/448528623692025857"
|
author-name="Frank Macreery" author-user="fancyremarker" message-url="https://twitter.com/fancyremarker/statuses/448528623692025857"
|
||||||
message-date="March 25, 2014">
|
message-date="March 25, 2014">
|
||||||
<a href="https://twitter.com/quayio">@quayio</a> releases Docker build flair! <a href="http://t.co/72ULgveLj4">pic.twitter.com/72ULgveLj4</a>
|
<a href="https://twitter.com/quayio">@quayio</a> releases Docker build flair! <a href="http://t.co/72ULgveLj4">pic.twitter.com/72ULgveLj4</a>
|
||||||
|
|
Reference in a new issue