From 81e629d655d0518401bd615ee2142cddc8617813 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 26 Feb 2019 16:41:32 +0000 Subject: [PATCH] Edit scroll to ltop button Change position of image inside & remove redundant code --- css/mdc-card-list.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/mdc-card-list.css b/css/mdc-card-list.css index ff29ee8..748acc9 100644 --- a/css/mdc-card-list.css +++ b/css/mdc-card-list.css @@ -50,9 +50,7 @@ .top-scroll-button img { position: relative; - right: 0; - top: 5.5px; - padding: 5px; + top: 9.5px; width: 35px; height: auto; -webkit-transition-duration: 0.25s;