Füge Unterstützung für sichere Bereiche in der Ansicht hinzu
All checks were successful
Deploy via FTP / deploy (push) Successful in 3s
All checks were successful
Deploy via FTP / deploy (push) Successful in 3s
This commit is contained in:
@@ -40,6 +40,7 @@ body::before {
|
||||
flex-shrink: 0;
|
||||
text-align: center;
|
||||
padding: 7px 16px;
|
||||
padding-bottom: calc(7px + env(safe-area-inset-bottom));
|
||||
background: rgba(255,255,255,0.02);
|
||||
border-top: 1px solid rgba(255,255,255,0.06);
|
||||
z-index: 100;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
|
||||
|
||||
<title>Finger Chooser – Zufällig einen Finger auswählen</title>
|
||||
<meta name="description" content="Lege 2–5 Finger gleichzeitig aufs Display. Die App wählt per Zufallsanimation einen Finger aus. Kostenlos, kein Download – direkt im Browser nutzbar.">
|
||||
|
||||
Reference in New Issue
Block a user