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 84d7de835e3fa065e392591e4c938fa5923661c0
parent 1efb70ed040b2aacaaee49da2b732fdd898beff6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 25 Mar 2018 13:21:25 +0200

Override weird image glitch

Diffstat:
Msrc/app/tweet-list/tweet-list.component.scss | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/app/tweet-list/tweet-list.component.scss b/src/app/tweet-list/tweet-list.component.scss @@ -111,3 +111,7 @@ top: 30px; transform: rotate(-45deg); } + +.mat-card-image:first-child { + margin-top: 0 !important; +}