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;
|
||||
}
|
||||
|
||||
.landing-page .twitter-tweet .avatar img {
|
||||
.landing-page .twitter-tweet .twitter-avatar img {
|
||||
border-radius: 4px;
|
||||
border: 2px solid rgb(70, 70, 70);
|
||||
width: 50px;
|
||||
|
|
Reference in a new issue