Ajoute le mode standalone sur iPhone

This commit is contained in:
2026-04-12 15:25:28 +02:00
parent 3bf1e93543
commit c3818e6417
7 changed files with 68 additions and 6 deletions

View File

@@ -17,6 +17,10 @@
--success: #ffb13a;
--shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
--radius: 28px;
--safe-top: env(safe-area-inset-top, 0px);
--safe-right: env(safe-area-inset-right, 0px);
--safe-bottom: env(safe-area-inset-bottom, 0px);
--safe-left: env(safe-area-inset-left, 0px);
}
*,
@@ -31,7 +35,8 @@ html {
body {
margin: 0;
min-height: 100vh;
min-height: 100dvh;
padding: var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);
font-family: "Segoe UI", "Trebuchet MS", sans-serif;
color: var(--text);
background: