From b153d7526c64eacf90776344274e7640e98c2344 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 1 Jan 2023 12:01:39 +0800 Subject: [PATCH] Add even more spacing --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index d04726e7..64dafe05 100644 --- a/src/app.css +++ b/src/app.css @@ -123,6 +123,7 @@ a.mention span { .timeline.grow { min-height: 100vh; min-height: 100dvh; + padding-bottom: calc(env(safe-area-inset-bottom) + 16px); } .timeline > li { list-style: none;