Add iOS motion-gate overlay styles
This commit is contained in:
@@ -168,6 +168,21 @@
|
||||
* { animation-duration: .001ms !important; transition-duration: .001ms !important; }
|
||||
}
|
||||
|
||||
/* ---------- iOS motion permission gate ---------- */
|
||||
.motion-gate {
|
||||
position: absolute; inset: 0; z-index: 40;
|
||||
display: grid; place-items: center; padding: 24px;
|
||||
background: rgba(7,9,15,.82); backdrop-filter: blur(6px);
|
||||
pointer-events: auto;
|
||||
}
|
||||
.motion-card {
|
||||
background: var(--panel); border: 1px solid var(--line); border-radius: var(--rad);
|
||||
padding: 26px; max-width: 320px; text-align: center; box-shadow: var(--shadow);
|
||||
}
|
||||
.motion-title { font-size: 24px; margin-bottom: 10px; }
|
||||
.motion-body { color: var(--text-dim); font-size: 14px; line-height: 1.55; margin: 0 0 18px; }
|
||||
.motion-card button { width: 100%; padding: 14px; }
|
||||
|
||||
/* ---------- About / Tribute ---------- */
|
||||
.about-wrap { flex: 1; padding: 64px 22px 28px; max-width: 620px; margin: 0 auto; width: 100%; }
|
||||
.about-wrap h2 { font-size: 28px; margin: 0 0 14px; }
|
||||
|
||||
Reference in New Issue
Block a user