aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar primaeval <primaeval@users.noreply.github.com> 2018-08-23 20:29:27 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-08-23 20:29:27 +0200
commit043d30c2da961d88fd041dcea7c50817dee44f15 (patch)
tree860bab0e531a97bf83210e1f71990e2929c50f58
parentd38911e5b97725a28d12b07f3842a452e6acba36 (diff)
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
-rw-r--r--p/themes/base-theme/template.css3
1 files changed, 2 insertions, 1 deletions
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;
}