From 606c8098804aab1baec2b359c80f4afa56138625 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 30 Nov 2023 12:34:46 +0100 Subject: [PATCH] Update size of icon on launch screen (#18833) --- src/html/index.html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/index.html.template b/src/html/index.html.template index e396cfadbd..7cfa93ea97 100644 --- a/src/html/index.html.template +++ b/src/html/index.html.template @@ -39,7 +39,7 @@ align-items: center; } #ha-launch-screen svg { - width: 170px; + width: 112px; flex-shrink: 0; } #ha-launch-screen .ha-launch-screen-spacer {