fix: pwa mode and mobile safe area padding

This commit is contained in:
simosmik
2026-02-18 07:32:39 +00:00
parent e853d29584
commit 07f1d9a4a8
5 changed files with 4 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ export default function SidebarFooter({
t,
}: SidebarFooterProps) {
return (
<div className="flex-shrink-0">
<div className="flex-shrink-0" style={{ paddingBottom: 'env(safe-area-inset-bottom, 0)' }}>
{/* Update banner */}
{updateAvailable && (
<>