From 043d30c2da961d88fd041dcea7c50817dee44f15 Mon Sep 17 00:00:00 2001 From: primaeval Date: Thu, 23 Aug 2018 20:29:27 +0200 Subject: [PATCH] bottom padding to enable scroll to mark all as read (#1980) * bottom padding to enable scroll to mark all as read * 100vh fallback for mobile --- p/themes/base-theme/template.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 9b8ad902b..7f2e7e828 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -630,7 +630,8 @@ br + br + br { #bigMarkAsRead { display: block; width: 100%; - padding: 1em 0; + padding: 1em 0 100% 0; + padding: 1em 0 100vh 0; text-align: center; font-size: 1.4em; }