From 065add557525a773ebadb559c8afa087f376b3af Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 26 Oct 2023 21:28:25 +0800 Subject: [PATCH] Fix account sheet's
uses safe-area padding bottom --- src/components/account-info.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/account-info.css b/src/components/account-info.css index dcd5f171..cfc49e91 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -458,6 +458,7 @@ main { margin-top: -8px; padding-top: 1px; + padding-bottom: 16px; } footer {