Skip to content

Commit

Permalink
Fix the margin for the PWA Icon on iOS
Browse files Browse the repository at this point in the history
This adjusts the margin for the PWA Icon on iOS to roughly match the
Apple guidelines, but more importantly, to just finally look good.
  • Loading branch information
CryZe committed Jun 8, 2024
1 parent f845c60 commit cb8243f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit cb8243f

Please sign in to comment.