From 8c27dc74baeb8c6405b399e140290234bb2a3856 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 4 Oct 2014 14:21:37 +0200 Subject: less height for pull to refresh --- css/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/content.css b/css/content.css index 501b60fce..19bf67dde 100644 --- a/css/content.css +++ b/css/content.css @@ -96,7 +96,7 @@ .pull-to-refresh.show-pull-to-refresh { transition: all 0.5s ease; padding-top: 10px; - height: 54px; + height: 44px; } -- cgit v1.2.3