From ba692e4caac2208927b3c900cd8c79bed9e29c6e Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 28 Feb 2023 00:35:23 +0800 Subject: [PATCH] Fix lack of spacing for compose button above the tab bar --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 740ebe67..8f828637 100644 --- a/src/app.css +++ b/src/app.css @@ -966,7 +966,7 @@ body:has(.status-deck) .media-post-link { } #app:has(#shortcuts .tab-bar) #compose-button { bottom: calc(16px + 52px); - bottom: calc(max(16px, env(safe-area-inset-bottom)) + 52px); + bottom: calc(16px + env(safe-area-inset-bottom) + 52px); } /* SHEET */