Ajoute le mode standalone sur iPhone
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user