From c14ec0401ccd3ac217fa265c65ee8685cc3ace74 Mon Sep 17 00:00:00 2001 From: Steven Kemp Date: Wed, 18 Dec 2024 16:40:53 -0500 Subject: [PATCH] Prevent UI from cutting off on mobile devices --- wled00/data/index.css | 1 + wled00/data/index.htm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index 31e2daa920..f810097aee 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -277,6 +277,7 @@ button { .tab { background-color: transparent; color: var(--c-d); + padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); } .bot { diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 8adec791fc..757688c594 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -1,7 +1,7 @@ - +