From cb8243fcaab739b2be09354c75dc3595a7b3e06d Mon Sep 17 00:00:00 2001 From: Christopher Serr Date: Sat, 8 Jun 2024 17:34:41 +0200 Subject: [PATCH] Fix the margin for the PWA Icon on iOS This adjusts the margin for the PWA Icon on iOS to roughly match the Apple guidelines, but more importantly, to just finally look good. --- webpack.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 953501c6..189449d8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -120,6 +120,10 @@ export default async (env, argv) => { theme_color: "#232323", appleStatusBarStyle: "black-translucent", icons: { + appleIcon: { + offset: 10, + }, + windows: false, coast: false, yandex: false, },