Hide POIs, show overlay state, remove zoom button, rotate vpn

This commit is contained in:
Andras Schmelczer 2026-07-15 21:58:05 +01:00
parent 35276d34fa
commit bce34b73de
32 changed files with 1137 additions and 186 deletions

View file

@ -235,6 +235,13 @@ export async function installCursor(
letter-spacing: -0.01em;
color: #5eead4;
}
/* The outro line is two short sentences and 16x9 has width to spare, so
hold it on one line instead of orphaning its last word. 9x16 keeps the
wrap: the ad outro lines run to ~700px against a 540px viewport. */
body.__demo-aspect-horizontal #__demo-outro-subtitle {
max-width: none;
white-space: nowrap;
}
/* Tighter outro for vertical 9:16. The brand/url stack must fit
comfortably inside the platform-safe centre column. */
body.__demo-aspect-vertical #__demo-outro-brand { font-size: 64px; }