diff --git a/src/app.vue b/src/app.vue index 20438751..b30d556f 100644 --- a/src/app.vue +++ b/src/app.vue @@ -1172,6 +1172,10 @@ useHead({ name: 'apple-mobile-web-app-capable', content: 'yes', }, + { + name: 'apple-mobile-web-app-status-bar-style', + content: 'black-translucent', + }, ], title: 'WireGuard', }); diff --git a/src/package.json b/src/package.json index adad8ed4..34b87a57 100644 --- a/src/package.json +++ b/src/package.json @@ -30,7 +30,7 @@ "nuxt": "^3.12.4", "pinia": "^2.2.1", "qrcode": "^1.5.4", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.9", "timeago.js": "^4.0.2", "vue": "latest", "vue3-apexcharts": "^1.5.3",