From 41000f5b1b4c90d15c7631b5ec4fc7451e94025b Mon Sep 17 00:00:00 2001 From: Rob Rogers Date: Tue, 16 Dec 2025 13:32:20 -0500 Subject: [PATCH] Black background fort iOS safe area fix --- immichFrame.Web/src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/immichFrame.Web/src/app.css b/immichFrame.Web/src/app.css index 49891337..c73c4e49 100644 --- a/immichFrame.Web/src/app.css +++ b/immichFrame.Web/src/app.css @@ -57,6 +57,7 @@ } html { + background-color: black; height: 100%; width: 100%; font-size: 17px;