socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 224244e5db48d9653336ff62e8188946cdf23d1c
parent 315df6219ca66c875da8b9e67d1d7f383c48c4b5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 18 Mar 2018 16:30:49 +0100

Fix Grid CSS try 2

Diffstat:
Msrc/app/tweet-list/tweet-list.component.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/tweet-list/tweet-list.component.html b/src/app/tweet-list/tweet-list.component.html @@ -7,7 +7,7 @@ <i class="fa fa-retweet"></i> </span> </div> - <div *ngIf="item.image_urls && item.image_urls[0];else normal" style="z-index: 2; position: absolute;"> + <div *ngIf="item.retweet == true;else normal" style="z-index: 2; position: absolute;"> <a pageScroll href="#img{{i}}" > <img *ngIf="item.image_urls && item.image_urls[0]" [src]="item.image_urls[0]" class="thumbnail"> </a>