Update size of icon on launch screen (#18833)

This commit is contained in:
Bram Kragten 2023-11-30 12:34:46 +01:00 committed by GitHub
parent f1692038f8
commit 606c809880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {